Package | Description |
---|---|
org.springframework.cloud.config.server.config | |
org.springframework.cloud.config.server.ssh |
Modifier and Type | Method and Description |
---|---|
SshUriProperties |
TransportConfiguration.PropertiesBasedSshTransportConfigCallback.getSshUriProperties() |
SshUriProperties |
TransportConfiguration.FileBasedSshTransportConfigCallback.getSshUriProperties() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jgit.api.TransportConfigCallback |
TransportConfiguration.propertiesBasedSshTransportCallback(SshUriProperties sshUriProperties) |
Constructor and Description |
---|
FileBasedSshTransportConfigCallback(SshUriProperties sshUriProperties) |
PropertiesBasedSshTransportConfigCallback(SshUriProperties sshUriProperties) |
Modifier and Type | Method and Description |
---|---|
SshUriProperties |
SshUri.SshUriPropertiesBuilder.build() |
Modifier and Type | Method and Description |
---|---|
protected List<SshUri> |
SshPropertyValidator.extractRepoProperties(SshUriProperties sshUriProperties) |
boolean |
HostKeyAndAlgoBothExistValidator.isValid(SshUriProperties sshUriProperties,
javax.validation.ConstraintValidatorContext context) |
boolean |
HostKeyAlgoSupportedValidator.isValid(SshUriProperties sshUriProperties,
javax.validation.ConstraintValidatorContext context) |
boolean |
PrivateKeyValidator.isValid(SshUriProperties sshUriProperties,
javax.validation.ConstraintValidatorContext context) |
boolean |
KnownHostsFileValidator.isValid(SshUriProperties sshUriProperties,
javax.validation.ConstraintValidatorContext context) |
Constructor and Description |
---|
SshUriPropertyProcessor(SshUriProperties sshUriProperties) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.