Class SshPropertyValidator
- java.lang.Object
-
- org.springframework.cloud.config.server.ssh.SshPropertyValidator
-
@Component @EnableConfigurationProperties(MultipleJGitEnvironmentProperties.class) public class SshPropertyValidator extends Object
Validate SSH related properties.- Author:
- Ollie Hughes
-
-
Constructor Summary
Constructors Constructor Description SshPropertyValidator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<JGitEnvironmentProperties>extractRepoProperties(MultipleJGitEnvironmentProperties sshUriProperties)protected static booleanisSshUri(Object uri)
-
-
-
Method Detail
-
isSshUri
protected static boolean isSshUri(Object uri)
-
extractRepoProperties
protected List<JGitEnvironmentProperties> extractRepoProperties(MultipleJGitEnvironmentProperties sshUriProperties)
-
-