| Interface | Description |
|---|---|
| AuthorizationEndpointResponseHandler |
When an AuthorizationEndpointResponseHandler is injected into the system it
will be called on every response from the authorization server that it claims
to handle.
|
| ClientAuthenticationHandler |
See
OAuth2Accessor.getClientAuthenticationType() See ://tools.ietf.org/html/draft-ietf-oauth-v2-21#section-2.3
Enables injection of new Client Authentication schemes into the system. |
| GrantRequestHandler |
Enables injection of new Grant Type schemes into the system.
|
| ResourceRequestHandler |
Enables inject of token type handlers to add OAuth2 auth data to resource
requests.
|
| TokenEndpointResponseHandler |
When an TokenEndpointResponseHandler is injected into the system it will be
called on every response from the token server that it claims to handle.
|
| Class | Description |
|---|---|
| BasicAuthenticationHandler |
See
ClientAuthenticationHandler
Handler for Basic Authentication |
| BearerTokenHandler |
See
ResourceRequestHandler
Handles the mac token type |
| ClientCredentialsGrantTypeHandler |
See
GrantRequestHandler
Handles the "client_credentials" flow |
| CodeAuthorizationResponseHandler |
See
AuthorizationEndpointResponseHandler
Handles the "code" flow |
| CodeGrantTypeHandler |
See
GrantRequestHandler
Handles the "authorization_code" flow |
| MacTokenHandler |
See
ResourceRequestHandler
Handles the mac token type |
| OAuth2HandlerError |
Stores an error in the handler layer.
|
| OAuth2HandlerModule |
Injects the default handlers.
|
| StandardAuthenticationHandler |
See
ClientAuthenticationHandler
Handler for Basic Authentication |
| TokenAuthorizationResponseHandler |
See
TokenEndpointResponseHandler
Handles the "client_credentials" flow |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.