@Generated(value={"Immutables.generator","_CheckTokenResponse"}) public final class CheckTokenResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckTokenResponse.Builder
Builds instances of type
CheckTokenResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CheckTokenResponse.Builder |
builder()
Creates a builder for
CheckTokenResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CheckTokenResponse that have equal attribute values. |
List<String> |
getAudiences()
The audience claim
|
List<String> |
getAuthorities()
The authorities
|
Long |
getAuthorizationTime()
The auth time
|
String |
getAuthorizedParty()
The authorized party
|
String |
getCid()
The cid
|
String |
getClientId()
The client id
|
String |
getEmail()
The email
|
Long |
getExpirationTime()
The expiration time claim
|
String |
getGrantType()
The grant type
|
Long |
getIssuedAt()
The issued at claim
|
String |
getIssuer()
The issuer claim
|
String |
getJwtId()
The jwt id claim
|
String |
getOrigin()
The origin
|
Boolean |
getRevocable()
Whether token is revocable
|
String |
getRevocationSignature()
The revocation signature
|
List<String> |
getScopes()
The scopes authorized by the user for this client
|
String |
getSubject()
The subject claim
|
String |
getUserId()
The user id
|
String |
getUserName()
The user name
|
String |
getZoneId()
The zone id
|
int |
hashCode()
Computes a hash code from attributes:
audiences, authorities, authorizationTime, authorizedParty, cid, clientId, email, expirationTime, grantType, issuedAt, issuer, jwtId, origin, revocable, revocationSignature, scopes, subject, userId, userName, zoneId. |
String |
toString()
Prints the immutable value
CheckTokenResponse with attribute values. |
public Long getAuthorizationTime()
public String getAuthorizedParty()
public String getCid()
public String getClientId()
public String getEmail()
public Long getExpirationTime()
public String getGrantType()
public Long getIssuedAt()
public String getIssuer()
public String getJwtId()
public String getOrigin()
public Boolean getRevocable()
public String getRevocationSignature()
public String getSubject()
public String getUserId()
public String getUserName()
public String getZoneId()
public boolean equals(Object another)
CheckTokenResponse that have equal attribute values.public int hashCode()
audiences, authorities, authorizationTime, authorizedParty, cid, clientId, email, expirationTime, grantType, issuedAt, issuer, jwtId, origin, revocable, revocationSignature, scopes, subject, userId, userName, zoneId.public String toString()
CheckTokenResponse with attribute values.public static CheckTokenResponse.Builder builder()
CheckTokenResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.