Uses of Package
org.forgerock.oauth2.restlet
-
Classes in org.forgerock.oauth2.restlet used by org.forgerock.oauth2.restlet Class Description AuthorizeRequestHook By implementing this interface the implementation can make changes to the restlet response.ConsentRequiredResource Handles requests to the OAuth2 authorize endpoint that require consent from the user.ExceptionHandler Handles any exception that is thrown when processing a OAuth2 request, by converting to a OAuth2RestletException, if not already.OAuth2Filter Provides validation for OAuth2 endpoints to ensure that the request is valid for the endpoint being requested.OAuth2FlowFinder Finds the correct OAuth2 endpoint handler based on the specified grant type in the request.OAuth2Representation Handles processing user consent and error pages to Restlet representations.OAuth2RestletException Thrown when a OAuth2 endpoint catches aOAuth2Exception.TemplateFactory Factory for creating TemplateRepresentations.TokenRequestHook By implementing this interface the implementation can make changes using the restlet request/response. -
Classes in org.forgerock.oauth2.restlet used by org.forgerock.openam.oauth2.resources Class Description ExceptionHandler Handles any exception that is thrown when processing a OAuth2 request, by converting to a OAuth2RestletException, if not already. -
Classes in org.forgerock.oauth2.restlet used by org.forgerock.openam.oauth2.rest Class Description ExceptionHandler Handles any exception that is thrown when processing a OAuth2 request, by converting to a OAuth2RestletException, if not already.OAuth2RestletException Thrown when a OAuth2 endpoint catches aOAuth2Exception. -
Classes in org.forgerock.oauth2.restlet used by org.forgerock.openam.oauth2.saml2.restlet Class Description OAuth2RestletException Thrown when a OAuth2 endpoint catches aOAuth2Exception. -
Classes in org.forgerock.oauth2.restlet used by org.forgerock.openidconnect.restlet Class Description AuthorizeRequestHook By implementing this interface the implementation can make changes to the restlet response.ExceptionHandler Handles any exception that is thrown when processing a OAuth2 request, by converting to a OAuth2RestletException, if not already.OAuth2Representation Handles processing user consent and error pages to Restlet representations.OAuth2RestletException Thrown when a OAuth2 endpoint catches aOAuth2Exception.TokenRequestHook By implementing this interface the implementation can make changes using the restlet request/response.