| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.addAllAudiences(Iterable<String> elements)
Adds elements to
audiences list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.addAllAuthorities(Iterable<String> elements)
Adds elements to
authorities list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.addAllScopes(Iterable<String> elements)
Adds elements to
scopes list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.audience(String... elements)
Adds elements to
audiences list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.audience(String element)
Adds one element to
audiences list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.audiences(Iterable<String> elements)
Sets or replaces all elements for
audiences list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.authority(String... elements)
Adds elements to
authorities list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.authority(String element)
Adds one element to
authorities list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.authorizationTime(Long authorizationTime)
Initializes the value for the
authorizationTime attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.authorizedParty(String authorizedParty)
Initializes the value for the
authorizedParty attribute. |
static CheckTokenResponse.Builder |
CheckTokenResponse.builder()
Creates a builder for
CheckTokenResponse. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.cid(String cid)
Initializes the value for the
cid attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.email(String email)
Initializes the value for the
email attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.expirationTime(Long expirationTime)
Initializes the value for the
expirationTime attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.from(CheckTokenResponse instance)
Fill a builder with attribute values from the provided
CheckTokenResponse instance. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.grantType(String grantType)
Initializes the value for the
grantType attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.issuedAt(Long issuedAt)
Initializes the value for the
issuedAt attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.issuer(String issuer)
Initializes the value for the
issuer attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.jwtId(String jwtId)
Initializes the value for the
jwtId attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.revocable(Boolean revocable)
Initializes the value for the
revocable attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.revocationSignature(String revocationSignature)
Initializes the value for the
revocationSignature attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.scope(String... elements)
Adds elements to
scopes list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.scope(String element)
Adds one element to
scopes list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.subject(String subject)
Initializes the value for the
subject attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.userId(String userId)
Initializes the value for the
userId attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.userName(String userName)
Initializes the value for the
userName attribute. |
CheckTokenResponse.Builder |
CheckTokenResponse.Builder.zoneId(String zoneId)
Initializes the value for the
zoneId attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.