| Interface | Description |
|---|---|
| OAuth2DataService |
Services to support the management of data for the OAuth 2.0 specification.
|
| OAuth2Service |
Services to support the OAuth 2.0 specification flows and enforcement.
|
| Class | Description |
|---|---|
| OAuth2AuthenticationHandler |
Authentication handler for OAuth 2.0.
|
| OAuth2AuthorizationHandler |
Handles requests to the OAuth 2.0 authorization end-point.
|
| OAuth2Client |
Represents an OAuth 2.0 client.
|
| OAuth2Code |
Represents a "code" string in an OAuth 2.0 handshake, including authorization
code, access token, or refresh token.
|
| OAuth2DataServiceImpl | |
| OAuth2NormalizedRequest |
Normalizes an OAuth 2.0 request by extracting OAuth 2.0 related fields.
|
| OAuth2NormalizedResponse |
Wraps OAuth 2.0 response elements including headers and body parameters.
|
| OAuth2ServiceImpl |
A simple in-memory implementation of the OAuth 2 services.
|
| OAuth2Servlet |
Main servlet to catch OAuth 2.0 requests.
|
| OAuth2TokenHandler |
Handles operations to the OAuth 2.0 token end point.
|
| OAuth2Types |
A collection of OAuth 2.0's enumerated types.
|
| OAuth2Utils |
Collection of utility classes to support OAuth 2.0 operations.
|
| Enum | Description |
|---|---|
| OAuth2Client.ClientType |
Enumerated client types in the OAuth 2.0 specification.
|
| OAuth2Client.Flow | |
| OAuth2Types.CodeType |
Enumerated token types in the OAuth 2.0 specification.
|
| OAuth2Types.ErrorType |
Enumerated error types in the OAuth 2.0 specification.
|
| OAuth2Types.GrantType |
Enumerated grant types in the OAuth 2.0 specification.
|
| OAuth2Types.ResponseType |
Enumerated response types in the OAuth 2.0 specification.
|
| OAuth2Types.TokenFormat |
Enumerated token types in the OAuth 2.0 specification.
|
| Exception | Description |
|---|---|
| OAuth2Exception |
Represents an exception while dancing with OAuth 2.0.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.