Package org.forgerock.oauth
package org.forgerock.oauth
Commons OAuth Framework API.
-
ClassDescriptionInterface which needs to be implemented to use with
OAuthClient
implementations.Exception to be used when an error has occurred while interacting with the data store.Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).Exception to be used when an OAuth Request cannot be handled due to known causes.Generic interface for all OAuth-like clients.Base configuration of an OAuth client.OAuthClientConfiguration.Builder<T extends OAuthClientConfiguration.Builder<T,C>, C extends OAuthClientConfiguration> Base builder used to create OAuthClientConfiguration instances.Exception used when an error has occurred with an OAuth client's configuration.An exception that is thrown when an OAuth request has failed.SessionInfo object represents information about an Oauth session.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.