| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Class and Description |
|---|---|
class |
GetTokenByAuthorizationCodeResponse
The response from the get token by authorization code request
|
class |
GetTokenByClientCredentialsResponse
The response from the get token by client credentials operation
|
class |
GetTokenByOneTimePasscodeResponse
The response from the get token by passcode operation
|
class |
GetTokenByOpenIdResponse
The response from the get token by OpenId request
|
class |
GetTokenByPasswordResponse
The response from the get token by password operation
|
class |
RefreshTokenResponse
The response from the refresh token operation
|
| Modifier and Type | Method and Description |
|---|---|
GetTokenByClientCredentialsResponse.Builder |
GetTokenByClientCredentialsResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
GetTokenByOpenIdResponse.Builder |
GetTokenByOpenIdResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
GetTokenByAuthorizationCodeResponse.Builder |
GetTokenByAuthorizationCodeResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
RefreshTokenResponse.Builder |
RefreshTokenResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
GetTokenByOneTimePasscodeResponse.Builder |
GetTokenByOneTimePasscodeResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
Copyright © 2020. All rights reserved.