Package com.nimbusds.openid.connect.sdk.claims
Claims and claim sets used in OpenID Connect.
-
Class Summary Class Description AccessTokenHash Access token hash (at_hash
).ACR Authentication Context Class Reference (acr
).Address UserInfo address claims set, serialisable to a JSON object.AggregatedClaims Aggregated OpenID claims set.AMR Authentication Method Reference (amr
).AuthorizedParty OAuth 2.0 client authorized to use the ID Token as an OAuth access token, if different than the client that requested the ID Token (azp
).ClaimsSet Claims set with basic getters and setters, serialisable to a JSON object.ClaimsSetRequest OpenID Connect claims set request, intended to represent theuserinfo
andid_token
elements in aclaims
request parameter.ClaimsSetRequest.Entry Individual OpenID claim request.CodeHash Authorisation code hash (c_hash
).CommonClaimsSet Common claims set.DistributedClaims Distributed OpenID claims set.Gender The end-user's gender: Values defined by the OpenID Connect specification areGender.FEMALE
andGender.MALE
(gender
).HashClaim The base class for SHA-2 based claims.IDTokenClaimsSet ID token claims set, serialisable to a JSON object.LogoutTokenClaimsSet Back-channel logout token claims set, serialisable to a JSON object.PersonClaims Person-specific claims set, intended to provide common getters and setters forOpenID Connect UserInfo
andOpenID Connect Identity Assurance verified claims
.SessionID Session identifier.StateHash State hash (s_hash
).UserInfo UserInfo claims set, serialisable to a JSON object. -
Enum Summary Enum Description ClaimRequirement Enumeration of the claim requirement types.ClaimsTransport Enumeration of the available claims transports.ClaimType Enumeration of the claim types.