Class StringCredential
java.lang.Object
org.springframework.credhub.support.StringCredential
- Direct Known Subclasses:
 PasswordCredential,ValueCredential
A base type for a credential that contains a single string value.
- Author:
 - Scott Frederick
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStringCredential(String value) Create a credential containing the specified value. - 
Method Summary
 
- 
Field Details
- 
value
 
 - 
 - 
Constructor Details
- 
StringCredential
Create a credential containing the specified value.- Parameters:
 value- the credential value
 
 - 
 - 
Method Details