Class SshUriPropertyProcessor
- java.lang.Object
-
- org.springframework.cloud.config.server.ssh.SshUriPropertyProcessor
-
public class SshUriPropertyProcessor extends Object
Check if Git repo properties refer to an SSH based transport then filter and extract the properties.- Author:
- William Tran, Ollie Hughes
-
-
Constructor Summary
Constructors Constructor Description SshUriPropertyProcessor(MultipleJGitEnvironmentProperties sshUriProperties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static StringgetHostname(String uri)Map<String,JGitEnvironmentProperties>getSshKeysByHostname()
-
-
-
Constructor Detail
-
SshUriPropertyProcessor
public SshUriPropertyProcessor(MultipleJGitEnvironmentProperties sshUriProperties)
-
-
Method Detail
-
getSshKeysByHostname
public Map<String,JGitEnvironmentProperties> getSshKeysByHostname()
-
-