Class UserParametersRequest
java.lang.Object
org.springframework.credhub.support.CredHubRequest<T>
org.springframework.credhub.support.ParametersRequest<PasswordParameters>
org.springframework.credhub.support.user.UserParametersRequest
The details of a request to generate a new
UserCredential
in CredHub.- Author:
- Scott Frederick
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder that provides a fluent API for constructingUserParametersRequest
s.static class
Holds the value of the username parameter.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
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder that provides a fluent API for providing the values required to construct aUserParametersRequest
.getValue()
Get the value of the username parameter.Methods inherited from class org.springframework.credhub.support.ParametersRequest
getParameters, setParameters
-
Method Details
-
getValue
Get the value of the username parameter.- Returns:
- the value of the parameter
-
builder
Create a builder that provides a fluent API for providing the values required to construct aUserParametersRequest
.- Returns:
- a builder
-