Class IdToken
java.lang.Object
org.apache.cxf.jaxrs.json.basic.JsonMapObject
org.apache.cxf.rs.security.jose.jwt.JwtClaims
org.apache.cxf.rs.security.oidc.common.AbstractUserInfo
org.apache.cxf.rs.security.oidc.common.IdToken
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.cxf.rs.security.oidc.common.AbstractUserInfo
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNonce()voidvoidvoidvoidsetAuthenticationTime(Long time) voidvoidsetAuthorizedParty(String azp) voidMethods inherited from class org.apache.cxf.rs.security.oidc.common.AbstractUserInfo
getAggregatedClaims, getBirthDate, getDistributedClaims, getEmail, getEmailVerified, getFamilyName, getGender, getGivenName, getLocale, getMiddleName, getName, getNickName, getPhoneNumber, getPhoneVerified, getPicture, getPreferredUserName, getProfile, getUpdatedAt, getUserAddress, getWebsite, getZoneInfo, setAggregatedClaims, setBirthDate, setDistributedClaims, setEmail, setEmailVerified, setFamilyName, setGender, setGivenName, setLocale, setMiddleName, setName, setNickName, setPhoneNumber, setPhoneVerified, setPicture, setPreferredUserName, setProfile, setUpdatedAt, setUserAddress, setWebsite, setZoneInfoMethods inherited from class org.apache.cxf.rs.security.jose.jwt.JwtClaims
getAudience, getAudiences, getClaim, getExpiryTime, getIssuedAt, getIssuer, getNotBefore, getSubject, getTokenId, setAudience, setAudiences, setClaim, setExpiryTime, setIssuedAt, setIssuer, setNotBefore, setSubject, setTokenIdMethods inherited from class org.apache.cxf.jaxrs.json.basic.JsonMapObject
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
-
Field Details
-
AUTH_TIME_CLAIM
- See Also:
-
NONCE_CLAIM
- See Also:
-
ACR_CLAIM
- See Also:
-
AZP_CLAIM
- See Also:
-
AMR_CLAIM
- See Also:
-
ACCESS_TOKEN_HASH_CLAIM
- See Also:
-
AUTH_CODE_HASH_CLAIM
- See Also:
-
-
Constructor Details
-
IdToken
public IdToken() -
IdToken
-
IdToken
-
-
Method Details
-
setAuthenticationTime
-
getAuthenticationTime
-
setNonce
-
getNonce
-
setAuthenticationContextRef
-
getAuthenticationContextRef
-
setAuthenticationMethodRefs
-
getAuthenticationMethodRefs
-
setAuthorizedParty
-
getAuthorizedParty
-
setAccessTokenHash
-
getAccessTokenHash
-
setAuthorizationCodeHash
-
getAuthorizationCodeHash
-