Uses of Package
org.forgerock.oauth
-
Packages that use org.forgerock.oauth Package Description org.forgerock.oauth Commons OAuth Framework API.org.forgerock.oauth.clients.apple Forgerock Apple Client implementation.org.forgerock.oauth.clients.facebook Forgerock Facebook Client Implementation.org.forgerock.oauth.clients.linkedin Forgerock LinkedIn Client Implementation.org.forgerock.oauth.clients.oauth2 OAuth 2.0 ForgeRock Client Implementation.org.forgerock.oauth.clients.oidc OpenID Connect ForgeRock Client Implementation. -
Classes in org.forgerock.oauth used by org.forgerock.oauth Class Description DataStore Interface which needs to be implemented to use withOAuthClient
implementations.OAuthClientConfiguration Base configuration of an OAuth client.OAuthClientConfiguration.Builder Base builder used to create OAuthClientConfiguration instances.OAuthException An exception that is thrown when an OAuth request has failed.SessionInfo SessionInfo object represents information about an Oauth session.UserInfo Each instance will return the user subject that identifies a user on an auth server as well as the entire raw profile that was retrieved when making a request to the user info endpoint. -
Classes in org.forgerock.oauth used by org.forgerock.oauth.clients.apple Class Description DataStore Interface which needs to be implemented to use withOAuthClient
implementations.OAuthClient Generic interface for all OAuth-like clients.OAuthClientConfiguration Base configuration of an OAuth client.OAuthClientConfiguration.Builder Base builder used to create OAuthClientConfiguration instances.OAuthException An exception that is thrown when an OAuth request has failed.UserInfo Each instance will return the user subject that identifies a user on an auth server as well as the entire raw profile that was retrieved when making a request to the user info endpoint. -
Classes in org.forgerock.oauth used by org.forgerock.oauth.clients.facebook Class Description DataStore Interface which needs to be implemented to use withOAuthClient
implementations.OAuthClient Generic interface for all OAuth-like clients.OAuthClientConfiguration Base configuration of an OAuth client.OAuthClientConfiguration.Builder Base builder used to create OAuthClientConfiguration instances.OAuthException An exception that is thrown when an OAuth request has failed. -
Classes in org.forgerock.oauth used by org.forgerock.oauth.clients.linkedin Class Description DataStore Interface which needs to be implemented to use withOAuthClient
implementations.OAuthClient Generic interface for all OAuth-like clients.OAuthClientConfiguration Base configuration of an OAuth client.OAuthClientConfiguration.Builder Base builder used to create OAuthClientConfiguration instances.OAuthException An exception that is thrown when an OAuth request has failed.UserInfo Each instance will return the user subject that identifies a user on an auth server as well as the entire raw profile that was retrieved when making a request to the user info endpoint. -
Classes in org.forgerock.oauth used by org.forgerock.oauth.clients.oauth2 Class Description DataStore Interface which needs to be implemented to use withOAuthClient
implementations.OAuthClient Generic interface for all OAuth-like clients.OAuthClientConfiguration Base configuration of an OAuth client.OAuthClientConfiguration.Builder Base builder used to create OAuthClientConfiguration instances.OAuthException An exception that is thrown when an OAuth request has failed.SessionInfo SessionInfo object represents information about an Oauth session.UserInfo Each instance will return the user subject that identifies a user on an auth server as well as the entire raw profile that was retrieved when making a request to the user info endpoint. -
Classes in org.forgerock.oauth used by org.forgerock.oauth.clients.oidc Class Description DataStore Interface which needs to be implemented to use withOAuthClient
implementations.OAuthClient Generic interface for all OAuth-like clients.OAuthClientConfiguration Base configuration of an OAuth client.OAuthClientConfiguration.Builder Base builder used to create OAuthClientConfiguration instances.OAuthException An exception that is thrown when an OAuth request has failed.SessionInfo SessionInfo object represents information about an Oauth session.UserInfo Each instance will return the user subject that identifies a user on an auth server as well as the entire raw profile that was retrieved when making a request to the user info endpoint.