@Immutable public class HgRepositoryConfiguration.SshProxyAuthenticationDetails extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
changePassphrase |
boolean |
changePrivateKey |
String |
credentialsSourceAsString |
String |
encryptedPassphrase |
String |
encryptedPrivateKey |
String |
newPassphrase |
Optional<File> |
newPrivateKeyFile |
Long |
sharedCredentialsId |
Constructor and Description |
---|
SshProxyAuthenticationDetails(org.apache.commons.configuration.HierarchicalConfiguration hierarchicalConfiguration) |
Modifier and Type | Method and Description |
---|---|
Optional<CredentialsSource> |
getCredentialsSource() |
String |
getEncryptedNewPassphrase() |
public final String credentialsSourceAsString
public final Long sharedCredentialsId
public final String encryptedPrivateKey
public final transient boolean changePrivateKey
public final String encryptedPassphrase
public final transient boolean changePassphrase
public final transient String newPassphrase
public SshProxyAuthenticationDetails(@NotNull org.apache.commons.configuration.HierarchicalConfiguration hierarchicalConfiguration)
public Optional<CredentialsSource> getCredentialsSource()
public String getEncryptedNewPassphrase()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.