| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.authorizationCode(String authorizationCode)
Initializes the value for the
authorizationCode attribute. |
static GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.builder()
Creates a builder for
GetTokenByAuthorizationCodeRequest. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.clientSecret(String clientSecret)
Initializes the value for the
clientSecret attribute. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.from(GetTokenByAuthorizationCodeRequest instance)
Fill a builder with attribute values from the provided
GetTokenByAuthorizationCodeRequest instance. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.