Class CredentialRequest<T>
java.lang.Object
org.springframework.credhub.support.CredHubRequest<T>
org.springframework.credhub.support.CredentialRequest<T>
- Type Parameters:
T
- the type of CredHub credential
- Direct Known Subclasses:
CertificateCredentialRequest
,JsonCredentialRequest
,PasswordCredentialRequest
,RsaCredentialRequest
,SshCredentialRequest
,UserCredentialRequest
,ValueCredentialRequest
The details of a request to write a new or update an existing credential in CredHub.
- Author:
- Scott Frederick
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.credhub.support.CredHubRequest
CredHubRequest.CredHubRequestBuilder<T,
R extends CredHubRequest<T>, B extends CredHubRequest.CredHubRequestBuilder<T, R, B>> -
Field Summary
Fields inherited from class org.springframework.credhub.support.CredHubRequest
credentialType, details, mode, name
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CredentialRequest
Initialize aCredentialRequest
.- Parameters:
type
- the credential implementation type
-
-
Method Details
-
getValue
Get the value of the credential.- Returns:
- the value of the credential
-
setValue
Set the value of the credential.- Parameters:
value
- the value of the credential
-