| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.accessToken(String accessToken)
Initializes the value for the
accessToken attribute. |
static GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.builder()
Creates a builder for
GetTokenByPasswordResponse. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.expiresInSeconds(Integer expiresInSeconds)
Initializes the value for the
expiresInSeconds attribute. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.from(org.cloudfoundry.uaa.tokens._GetTokenByPasswordResponse instance)
Copy abstract value type
_GetTokenByPasswordResponse instance into builder. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.from(AbstractToken instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractToken instance. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.from(GetTokenByPasswordResponse instance)
Fill a builder with attribute values from the provided
GetTokenByPasswordResponse instance. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.openIdToken(String openIdToken)
Initializes the value for the
openIdToken attribute. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.refreshToken(String refreshToken)
Initializes the value for the
refreshToken attribute. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.scopes(String scopes)
Initializes the value for the
scopes attribute. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.tokenId(String tokenId)
Initializes the value for the
tokenId attribute. |
GetTokenByPasswordResponse.Builder |
GetTokenByPasswordResponse.Builder.tokenType(String tokenType)
Initializes the value for the
tokenType attribute. |
Copyright © 2020. All rights reserved.