Modifier and Type |
Method and Description |
boolean |
equals(Object o) |
PasswordCredential |
getPassword()
Get password
|
Boolean |
getRevealPassword()
Get revealPassword
|
ApplicationCredentialsScheme |
getScheme()
Get scheme
|
ApplicationCredentialsSigning |
getSigning()
Get signing
|
String |
getUserName()
Get userName
|
ApplicationCredentialsUsernameTemplate |
getUserNameTemplate()
Get userNameTemplate
|
int |
hashCode() |
SchemeApplicationCredentials |
password(PasswordCredential password) |
SchemeApplicationCredentials |
revealPassword(Boolean revealPassword) |
SchemeApplicationCredentials |
scheme(ApplicationCredentialsScheme scheme) |
void |
setPassword(PasswordCredential password) |
void |
setRevealPassword(Boolean revealPassword) |
void |
setScheme(ApplicationCredentialsScheme scheme) |
void |
setSigning(ApplicationCredentialsSigning signing) |
void |
setUserName(String userName) |
void |
setUserNameTemplate(ApplicationCredentialsUsernameTemplate userNameTemplate) |
SchemeApplicationCredentials |
signing(ApplicationCredentialsSigning signing) |
String |
toString() |
SchemeApplicationCredentials |
userName(String userName) |
SchemeApplicationCredentials |
userNameTemplate(ApplicationCredentialsUsernameTemplate userNameTemplate) |