Interface | Description |
---|---|
AuthorizeRequestHook |
By implementing this interface the implementation can make changes to the
restlet response.
|
TokenRequestHook |
By implementing this interface the implementation can make changes using the
restlet request/response.
|
Class | Description |
---|---|
AccessTokenFlowFinder | |
AuthorizeEndpointFilter |
Provides validation for the OAuth2 authorize endpoint to ensure that the request is valid.
|
AuthorizeResource |
Handles requests to the OAuth2 authorize endpoint.
|
ConsentRequiredResource |
Handles requests to the OAuth2 authorize endpoint that require consent from the user.
|
DeviceCodeResource |
A Restlet resource for issuing new device codes.
|
DeviceCodeVerificationResource |
A restlet resource for user codes
|
ErrorResource |
Restlet resource for an OAuth2 error.
|
ExceptionHandler |
Handles any exception that is thrown when processing a OAuth2 request, by converting to a OAuth2RestletException,
if not already.
|
GuicedRestlet |
Extends the Restlet
Finder to use Guice to create an instance of the specified ServerResource class. |
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.
|
OAuth2StatusService |
Handles generic Restlet exceptions.
|
OpenAMClientAuthenticationFailureFactory |
A ClientAuthenticationFailureFactory which includes implementations of methods suitable for handling the OpenAM
implementation of OAuth2.
|
RefreshTokenResource |
Handles requests to the OAuth2 token endpoint for refreshing tokens.
|
RestletConstants |
Some useful constants for interacting with Restlet.
|
RestletFormBodyAccessTokenVerifier |
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token specified in the request body.
|
RestletHeaderAccessTokenVerifier |
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token specified in the request header.
|
RestletQueryParameterAccessTokenVerifier |
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token specified in the request query parameter list.
|
TemplateFactory |
Factory for creating TemplateRepresentations.
|
TokenEndpointFilter |
Provides validation for the OAuth2 token endpoint to ensure that the request is valid.
|
TokenEndpointResource |
Handles requests to the OAuth2 token endpoint for requesting access tokens.
|
TokenIntrospectionResource |
A restlet resource for serving token introspection information.
|
ValidationServerResource |
Handles requests to the OAuth2 tokeninfo endpoint for retrieving information about the provided token.
|
Exception | Description |
---|---|
OAuth2RestletException |
Thrown when a OAuth2 endpoint catches a
OAuth2Exception . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.