Uses of Class
org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentProperties
Packages that use MultipleJGitEnvironmentProperties
Package
Description
-
Uses of MultipleJGitEnvironmentProperties in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config that return MultipleJGitEnvironmentPropertiesModifier and TypeMethodDescriptionEnvironmentRepositoryConfiguration.multipleJGitEnvironmentProperties() -
Uses of MultipleJGitEnvironmentProperties in org.springframework.cloud.config.server.environment
Classes in org.springframework.cloud.config.server.environment that implement interfaces with type arguments of type MultipleJGitEnvironmentPropertiesMethods in org.springframework.cloud.config.server.environment with parameters of type MultipleJGitEnvironmentPropertiesModifier and TypeMethodDescriptiondefault voidConfigurableHttpConnectionFactory.addConfiguration(MultipleJGitEnvironmentProperties environmentProperties) voidConfigurableHttpConnectionFactory.addConfiguration(MultipleJGitEnvironmentProperties environmentProperties, List<HttpClient4BuilderCustomizer> customizers) voidHttpClientConfigurableHttpConnectionFactory.addConfiguration(MultipleJGitEnvironmentProperties environmentProperties, List<HttpClient4BuilderCustomizer> customizers) MultipleJGitEnvironmentRepositoryFactory.build(MultipleJGitEnvironmentProperties environmentProperties) Constructors in org.springframework.cloud.config.server.environment with parameters of type MultipleJGitEnvironmentPropertiesModifierConstructorDescriptionMultipleJGitEnvironmentRepository(org.springframework.core.env.ConfigurableEnvironment environment, MultipleJGitEnvironmentProperties properties, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of MultipleJGitEnvironmentProperties in org.springframework.cloud.config.server.ssh
Classes in org.springframework.cloud.config.server.ssh that implement interfaces with type arguments of type MultipleJGitEnvironmentPropertiesModifier and TypeClassDescriptionclassJSR-303 Cross Field validator that ensures that aMultipleJGitEnvironmentPropertiesbean for the constraints: - If host key algo is supported Beans annotated withHostKeyAlgoSupportedandValidatedwill have the constraints applied.classJSR-303 Cross Field validator that ensures that aMultipleJGitEnvironmentPropertiesbean for the constraints: - If host key is set then host key algo must also be set - If host key algo is set then host key must also be set Beans annotated withHostKeyAndAlgoBothExistandValidatedwill have the constraints applied.classJSR-303 Cross Field validator that ensures that aMultipleJGitEnvironmentPropertiesbean for the constraints: - Verifies that known hosts file existsclassJSR-303 Cross Field validator that ensures that anMultipleJGitEnvironmentPropertiesbean for the constraints: - Private key is present and can be correctly parsed usingKeyPairBeans annotated withPrivateKeyValidatorandValidatedwill have the constraints applied.Methods in org.springframework.cloud.config.server.ssh that return MultipleJGitEnvironmentPropertiesModifier and TypeMethodDescriptionFileBasedSshTransportConfigCallback.getSshUriProperties()PropertiesBasedSshTransportConfigCallback.getSshUriProperties()Methods in org.springframework.cloud.config.server.ssh with parameters of type MultipleJGitEnvironmentPropertiesModifier and TypeMethodDescriptionprotected List<JGitEnvironmentProperties> SshPropertyValidator.extractRepoProperties(MultipleJGitEnvironmentProperties sshUriProperties) booleanHostKeyAlgoSupportedValidator.isValid(MultipleJGitEnvironmentProperties sshUriProperties, jakarta.validation.ConstraintValidatorContext context) booleanHostKeyAndAlgoBothExistValidator.isValid(MultipleJGitEnvironmentProperties sshUriProperties, jakarta.validation.ConstraintValidatorContext context) booleanKnownHostsFileValidator.isValid(MultipleJGitEnvironmentProperties sshUriProperties, jakarta.validation.ConstraintValidatorContext context) booleanPrivateKeyValidator.isValid(MultipleJGitEnvironmentProperties sshUriProperties, jakarta.validation.ConstraintValidatorContext context) Constructors in org.springframework.cloud.config.server.ssh with parameters of type MultipleJGitEnvironmentPropertiesModifierConstructorDescriptionFileBasedSshTransportConfigCallback(MultipleJGitEnvironmentProperties sshUriProperties) PropertiesBasedSshTransportConfigCallback(MultipleJGitEnvironmentProperties sshUriProperties) SshUriPropertyProcessor(MultipleJGitEnvironmentProperties sshUriProperties) -
Uses of MultipleJGitEnvironmentProperties in org.springframework.cloud.config.server.support
Methods in org.springframework.cloud.config.server.support with parameters of type MultipleJGitEnvironmentPropertiesModifier and TypeMethodDescriptionorg.eclipse.jgit.api.TransportConfigCallbackTransportConfigCallbackFactory.build(MultipleJGitEnvironmentProperties environmentProperties)