Uses of Package
org.forgerock.openidconnect
-
Packages that use org.forgerock.openidconnect Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.oauth2 org.forgerock.openam.oauth2.guice org.forgerock.openam.oauth2.rest org.forgerock.openidconnect org.forgerock.openidconnect.restlet -
Classes in org.forgerock.openidconnect used by org.forgerock.oauth2.core Class Description ClientDAO Interface to do basic CRUD operations on a OAuth2Client. -
Classes in org.forgerock.openidconnect used by org.forgerock.openam.oauth2 Class Description OpenIdConnectClientRegistration Models an OpenId Connect client registration in the OAuth2 provider.OpenIdConnectClientRegistrationStore The OpenId Connect provider's store for all client registrations.OpenIdConnectToken Models an OpenId Connect Token.OpenIdConnectTokenStore Interface for a OpenId Connect Token Store which the OpenId Connect Provider will implement.OpenIDTokenIssuer Issues OpenId Connect tokens and stores them in the OpenID Connect Token Store, when an access token is required and the OAuth2 request scope contains 'openid'. -
Classes in org.forgerock.openidconnect used by org.forgerock.openam.oauth2.guice Class Description OpenIdConnectClientRegistrationStore The OpenId Connect provider's store for all client registrations.OpenIdConnectTokenStore Interface for a OpenId Connect Token Store which the OpenId Connect Provider will implement. -
Classes in org.forgerock.openidconnect used by org.forgerock.openam.oauth2.rest Class Description ClientDAO Interface to do basic CRUD operations on a OAuth2Client. -
Classes in org.forgerock.openidconnect used by org.forgerock.openidconnect Class Description Client Models a OAuth2 Client.Client.ApplicationType Stores a client application type.Client.ClientType Stores the possible OAuth2Client types.Client.PublicKeySelector Stores the selected public key locator for this client.Client.SubjectType Stores a Client SubjectType.Client.TokenEndpointAuthMethod Stores a token endpoint auth method type.ClientBuilder Builds a OAuth2 Client.OpenIdConnectClientRegistration Models an OpenId Connect client registration in the OAuth2 provider.OpenIdConnectClientRegistrationStore The OpenId Connect provider's store for all client registrations.OpenIDConnectProvider Provider for OpenId Connect for managing OpenId Connect sessions.OpenIdConnectToken Models an OpenId Connect Token.OpenIdConnectTokenStore Interface for a OpenId Connect Token Store which the OpenId Connect Provider will implement. -
Classes in org.forgerock.openidconnect used by org.forgerock.openidconnect.restlet Class Description CheckSession Interface is to define what needs to be implemented to do the OpenID Connect check session endpoint.OpenIdConnectClientRegistrationService Service for registering OpenId Connect clients.OpenIdConnectClientRegistrationStore The OpenId Connect provider's store for all client registrations.OpenIDConnectEndSession OpenId Connect service for ending OpenId Connect session.OpenIDConnectProviderConfiguration Service for getting the configuration of the OpenId Connect provider.OpenIDConnectProviderDiscovery Service for discovering the OpenId Connect provider.UserInfoService Service for retrieving user's information from the access token the user granted the authorization.