| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Class and Description |
|---|---|
class |
GetTokenByAuthorizationCodeResponse
Immutable implementation of
_GetTokenByAuthorizationCodeResponse. |
class |
GetTokenByClientCredentialsResponse
Immutable implementation of
_GetTokenByClientCredentialsResponse. |
class |
GetTokenByOneTimePasscodeResponse
Immutable implementation of
_GetTokenByOneTimePasscodeResponse. |
class |
GetTokenByOpenIdResponse
Immutable implementation of
_GetTokenByOpenIdResponse. |
class |
GetTokenByPasswordResponse
Immutable implementation of
_GetTokenByPasswordResponse. |
class |
RefreshTokenResponse
Immutable implementation of
_RefreshTokenResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetTokenByAuthorizationCodeResponse.Builder |
GetTokenByAuthorizationCodeResponse.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. |
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. |
RefreshTokenResponse.Builder |
RefreshTokenResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.