Class ParametersRequest<T>
java.lang.Object
org.springframework.credhub.support.CredHubRequest<T>
org.springframework.credhub.support.ParametersRequest<T>
- Type Parameters:
T
- the type of CredHub credential
- Direct Known Subclasses:
CertificateParametersRequest
,PasswordParametersRequest
,RsaParametersRequest
,SshParametersRequest
,UserParametersRequest
The details of a request to generate a 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
Modifier and TypeMethodDescriptionGet the parameters of the credential.protected void
setParameters
(T parameters)
-
Constructor Details
-
ParametersRequest
Initialize aParametersRequest
.- Parameters:
type
- the type of credential this request supports
-
-
Method Details
-
getParameters
Get the parameters of the credential.- Returns:
- the parameters of the credential
-
setParameters
-