| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
TokenFormat |
GetTokenByOneTimePasscodeRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByOpenIdRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByAuthorizationCodeRequest.getTokenFormat()
The token format
|
TokenFormat |
RefreshTokenRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByClientCredentialsRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByPasswordRequest.getTokenFormat()
The token format
|
static TokenFormat |
TokenFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenFormat[] |
TokenFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetTokenByOneTimePasscodeRequest.Builder |
GetTokenByOneTimePasscodeRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByOpenIdRequest.Builder |
GetTokenByOpenIdRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByClientCredentialsRequest.Builder |
GetTokenByClientCredentialsRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.