public class IdToken extends JwtClaims
Modifier and Type | Field and Description |
---|---|
static String |
ACR_CLAIM |
static String |
AUTH_TIME_CLAIM |
static String |
AZP_CLAIM |
static String |
NONCE_CLAIM |
Constructor and Description |
---|
IdToken() |
IdToken(Map<String,Object> claims) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationContextRef() |
Long |
getAuthenticationTime() |
String |
getAuthorizedParty() |
String |
getNonce() |
void |
setAuthenticationContextRef(String ref) |
void |
setAuthenticationTime(Long time) |
void |
setAuthorizedParty(String azp) |
void |
setNonce(String nonce) |
getAudience, getClaim, getExpiryTime, getIssuedAt, getIssuer, getNotBefore, getSubject, getTokenId, setAudience, setClaim, setExpiryTime, setIssuedAt, setIssuer, setNotBefore, setSubject, setTokenId
asMap, equals, getBooleanProperty, getIntegerProperty, getLongProperty, getProperty, getStringProperty, getUpdateCount, hashCode, setProperty
public static final String AUTH_TIME_CLAIM
public static final String NONCE_CLAIM
public static final String ACR_CLAIM
public static final String AZP_CLAIM
public void setAuthenticationTime(Long time)
public Long getAuthenticationTime()
public void setNonce(String nonce)
public String getNonce()
public void setAuthenticationContextRef(String ref)
public String getAuthenticationContextRef()
public void setAuthorizedParty(String azp)
public String getAuthorizedParty()
Apache CXF