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