Uses of Class
org.springframework.cloud.config.server.support.GitCredentialsProviderFactory
Packages that use GitCredentialsProviderFactory
-
Uses of GitCredentialsProviderFactory in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment with parameters of type GitCredentialsProviderFactoryModifier and TypeMethodDescriptionvoidJGitEnvironmentRepository.setGitCredentialsProviderFactory(GitCredentialsProviderFactory gitCredentialsProviderFactory) Constructors in org.springframework.cloud.config.server.environment with parameters of type GitCredentialsProviderFactoryModifierConstructorDescriptionMultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory, GitCredentialsProviderFactory gitCredentialsProviderFactory) MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory, GitCredentialsProviderFactory gitCredentialsProviderFactory, List<HttpClient4BuilderCustomizer> customizers)