public class PasswordCredential extends StringCredential
value| Constructor and Description |
|---|
PasswordCredential(java.lang.String value)
Create a
PasswordCredential containing the specified password value. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Get the password value.
|
equals, hashCode, toStringpublic PasswordCredential(java.lang.String value)
PasswordCredential containing the specified password value.value - the password; must not be null