| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.builder()
Creates a builder for
GetTokenByPasswordRequest. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.clientSecret(String clientSecret)
Initializes the value for the
clientSecret attribute. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.from(GetTokenByPasswordRequest instance)
Fill a builder with attribute values from the provided
GetTokenByPasswordRequest instance. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.password(String password)
Initializes the value for the
password attribute. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.username(String username)
Initializes the value for the
username attribute. |
Copyright © 2020. All rights reserved.