public class ValueCredential extends StringCredential
value
Constructor and Description |
---|
ValueCredential(String value)
Create a
ValueCredential containing the specified string value. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Get the credential value.
|
equals, hashCode, toString
public ValueCredential(String value)
ValueCredential
containing the specified string value.value
- the valuepublic String getValue()