Package org.forgerock.oauth.clients.oidc
OpenID Connect ForgeRock Client Implementation.
-
Class Summary Class Description Claim Models an OpenID Connect claim that has been requested in an authorize request.Claim.ClaimBuilder Builder to keep theClaim
immutable.Claims Models OpenID Connect claims that are requested in an authorize request.ClaimsMapper OpenIDConnectClient OpenID Connect Client Implementation that supports the Authorization Code Grant Flow.OpenIDConnectClientConfiguration Configuration used for OpenID Connect Client Implementations.OpenIDConnectClientConfiguration.Builder<T extends OpenIDConnectClientConfiguration.Builder<T,C>,C extends OAuth2ClientConfiguration> Builder class for creating the OpenIDConnectClientConfiguration.OpenIDConnectSessionInfo OpenIDSessionInfo object used to determine if the access token or id token expiry time has passed and to determine if a session is still active.OpenIDConnectUserInfo OpenID Connect user information related to a users current social session. -
Enum Summary Enum Description JwtRequestParameterOption Enum denoting how the request parameter jwt would to be sent to the OIDC provider.