Class ValueCredential
java.lang.Object
org.springframework.credhub.support.StringCredential
org.springframework.credhub.support.value.ValueCredential
A password credential consists of a single string value.
- Author:
- Scott Frederick
-
Field Summary
Fields inherited from class org.springframework.credhub.support.StringCredential
value
-
Constructor Summary
ConstructorDescriptionValueCredential
(String value) Create aValueCredential
containing the specified string value. -
Method Summary
Methods inherited from class org.springframework.credhub.support.StringCredential
equals, hashCode, toString
-
Constructor Details
-
ValueCredential
Create aValueCredential
containing the specified string value.- Parameters:
value
- the value
-
-
Method Details
-
getValue
Get the credential value.- Returns:
- the credential value
-