GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Payload() |
Modifier and Type | Method and Description |
---|---|
IdToken.Payload |
clone() |
String |
getAccessTokenHash()
Returns the access token hash value or
null for none. |
Long |
getAuthorizationTimeSeconds()
Returns the time (in seconds) of end-user authorization or
null for none. |
String |
getAuthorizedParty()
Returns the authorized party or
null for none. |
String |
getClassReference()
Returns the authentication context class reference or
null for none. |
List<String> |
getMethodsReferences()
Returns the authentication methods references or
null for none. |
String |
getNonce()
Returns the value used to associate a client session with an ID token or
null for
none. |
IdToken.Payload |
set(String fieldName,
Object value) |
IdToken.Payload |
setAccessTokenHash(String accessTokenHash)
Sets the access token hash value or
null for none. |
IdToken.Payload |
setAudience(Object audience) |
IdToken.Payload |
setAuthorizationTimeSeconds(Long authorizationTimeSeconds)
Sets the time (in seconds) of end-user authorization or
null for none. |
IdToken.Payload |
setAuthorizedParty(String authorizedParty)
Sets the authorized party or
null for none. |
IdToken.Payload |
setClassReference(String classReference)
Sets the authentication context class reference or
null for none. |
IdToken.Payload |
setExpirationTimeSeconds(Long expirationTimeSeconds) |
IdToken.Payload |
setIssuedAtTimeSeconds(Long issuedAtTimeSeconds) |
IdToken.Payload |
setIssuer(String issuer) |
IdToken.Payload |
setJwtId(String jwtId) |
IdToken.Payload |
setMethodsReferences(List<String> methodsReferences)
Sets the authentication methods references or
null for none. |
IdToken.Payload |
setNonce(String nonce)
Sets the value used to associate a client session with an ID token or
null for none. |
IdToken.Payload |
setNotBeforeTimeSeconds(Long notBeforeTimeSeconds) |
IdToken.Payload |
setSubject(String subject) |
IdToken.Payload |
setType(String type) |
getAudience, getAudienceAsList, getExpirationTimeSeconds, getIssuedAtTimeSeconds, getIssuer, getJwtId, getNotBeforeTimeSeconds, getSubject, getType
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public final Long getAuthorizationTimeSeconds()
null
for none.public IdToken.Payload setAuthorizationTimeSeconds(Long authorizationTimeSeconds)
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
public final String getAuthorizedParty()
public IdToken.Payload setAuthorizedParty(String authorizedParty)
public final String getNonce()
null
for
none.public IdToken.Payload setNonce(String nonce)
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
public final String getAccessTokenHash()
null
for none.public IdToken.Payload setAccessTokenHash(String accessTokenHash)
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
public final String getClassReference()
null
for none.public IdToken.Payload setClassReference(String classReference)
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
public final List<String> getMethodsReferences()
null
for none.public IdToken.Payload setMethodsReferences(List<String> methodsReferences)
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
public IdToken.Payload setExpirationTimeSeconds(Long expirationTimeSeconds)
setExpirationTimeSeconds
in class JsonWebToken.Payload
public IdToken.Payload setNotBeforeTimeSeconds(Long notBeforeTimeSeconds)
setNotBeforeTimeSeconds
in class JsonWebToken.Payload
public IdToken.Payload setIssuedAtTimeSeconds(Long issuedAtTimeSeconds)
setIssuedAtTimeSeconds
in class JsonWebToken.Payload
public IdToken.Payload setIssuer(String issuer)
setIssuer
in class JsonWebToken.Payload
public IdToken.Payload setAudience(Object audience)
setAudience
in class JsonWebToken.Payload
public IdToken.Payload setJwtId(String jwtId)
setJwtId
in class JsonWebToken.Payload
public IdToken.Payload setType(String type)
setType
in class JsonWebToken.Payload
public IdToken.Payload setSubject(String subject)
setSubject
in class JsonWebToken.Payload
public IdToken.Payload set(String fieldName, Object value)
set
in class JsonWebToken.Payload
public IdToken.Payload clone()
clone
in class JsonWebToken.Payload
Copyright © 2011–2022 Google. All rights reserved.