public class IdToken extends UserInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
ACR_CLAIM |
static String |
AMR_CLAIM |
static String |
AUTH_TIME_CLAIM |
static String |
AZP_CLAIM |
static String |
NONCE_CLAIM |
ADDRESS_CLAIM, BIRTHDATE_CLAIM, EMAIL_CLAIM, EMAIL_VERIFIED_CLAIM, FAMILY_NAME_CLAIM, GENDER_CLAIM, GIVEN_NAME_CLAIM, LOCALE_CLAIM, MIDDLE_NAME_CLAIM, NAME_CLAIM, NICKNAME_CLAIM, PHONE_CLAIM, PHONE_VERIFIED_CLAIM, PICTURE_CLAIM, PREFERRED_USERNAME_CLAIM, PROFILE_CLAIM, UPDATED_AT_CLAIM, WEBSITE_CLAIM, ZONEINFO_CLAIM| Constructor and Description |
|---|
IdToken() |
IdToken(JwtClaims claims) |
IdToken(Map<String,Object> claims) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationContextRef() |
List<String> |
getAuthenticationMethodRefs() |
Long |
getAuthenticationTime() |
String |
getAuthorizedParty() |
String |
getNonce() |
void |
setAuthenticationContextRef(String ref) |
void |
setAuthenticationMethodRefs(List<String> refs) |
void |
setAuthenticationTime(Long time) |
void |
setAuthorizedParty(String azp) |
void |
setNonce(String nonce) |
getBirthdate, getEmail, getEmailVerified, getFamilyName, getGender, getGivenName, getLocale, getMiddleName, getName, getNickName, getPhoneNumber, getPhoneVerified, getPicture, getPreferredUserName, getProfile, getUpdatedAt, getUserAddress, getWebsite, getZoneInfo, setBirthDate, setEmail, setEmailVerified, setFamilyName, setGender, setGivenName, setLocale, setMiddleName, setName, setNickName, setPhoneNumber, setPhoneVerified, setPicture, setPreferredUserName, setProfile, setUpdatedAt, setUserAddressNumber, setWebsite, setZoneInfogetAudience, getClaim, getExpiryTime, getIssuedAt, getIssuer, getNotBefore, getSubject, getTokenId, setAudience, setClaim, setExpiryTime, setIssuedAt, setIssuer, setNotBefore, setSubject, setTokenIdasMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getLongProperty, getProperty, getStringProperty, getUpdateCount, hashCode, setPropertypublic 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 static final String AMR_CLAIM
public IdToken()
public IdToken(JwtClaims claims)
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