Uses of Class
org.forgerock.oauth.clients.oidc.Claim
Packages that use Claim
Package
Description
OpenID Connect ForgeRock Client Implementation.
Classes required for the AM OAuth2 OIDC implementation.
-
Uses of Claim in org.forgerock.oauth.clients.oidc
Methods in org.forgerock.oauth.clients.oidc that return ClaimModifier and TypeMethodDescriptionClaim.ClaimBuilder.build()Return the claim this builder was building.Methods in org.forgerock.oauth.clients.oidc that return types with arguments of type ClaimModifier and TypeMethodDescriptionClaims.getAllClaims()Gets all the claims for userinfo, id_token and custom claims, as an unmodifiable map.Claims.getCustomClaims()Gets the custom claims as an unmodifiable map.Claims.getIdTokenClaims()Gets the id_token claims as an unmodifiable map.Claims.getUserInfoClaims()Gets the userinfo claims as an unmodifiable map.Constructor parameters in org.forgerock.oauth.clients.oidc with type arguments of type Claim -
Uses of Claim in org.forgerock.openidconnect
Subclasses of Claim in org.forgerock.openidconnect
Claim