@Immutable public class HgRepositoryConfiguration.UsernamePasswordAuthenticationDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
changePassword |
String |
credentialsSourceAsString |
String |
encryptedPassword |
String |
newPassword |
Long |
sharedCredentialsId |
String |
username |
| Modifier and Type | Method and Description |
|---|---|
Optional<CredentialsSource> |
getCredentialsSource() |
String |
getEncryptedNewPassword(EncryptionService encryptionService) |
String |
getSubstitutedUsername(CustomVariableContext customVariableContext) |
public final String credentialsSourceAsString
public final Long sharedCredentialsId
public final String username
public final String encryptedPassword
public final transient boolean changePassword
public final transient String newPassword
public Optional<CredentialsSource> getCredentialsSource()
public String getSubstitutedUsername(@NotNull CustomVariableContext customVariableContext)
public String getEncryptedNewPassword(@NotNull EncryptionService encryptionService)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.