See: Description
Interface | Description |
---|---|
AccessToken |
Represents an OAuth2 Access Token.
|
AccessTokenResolver |
Resolves a given token against a dedicated OAuth2 Identity Provider (OpenAM, Google, Facebook, ...).
|
Class | Description |
---|---|
BearerTokenExtractor |
Extracts the bearer token from the request's authorization header.
|
EnforcerFilter |
A
EnforcerFilter makes sure that the handled Exchange verifies a condition. |
OAuth2ClassAliasResolver |
Register all the aliases supported by the openig-oauth2 module.
|
OAuth2ResourceServerFilter |
Validates an
Exchange that contains an OAuth 2.0 access token. |
OAuth2ResourceServerFilter.Heaplet |
Creates and initializes an OAuth2 filter in a heap environment.
|
Exception | Description |
---|---|
OAuth2TokenException |
Represents an exception whilst retrieving an OAuth2 access token.
|
AccessToken
are cached for future re-use.AccessToken
are stored in the
Exchange
for downstream handlers/filters.Copyright © 2014 ForgeRock AS. All rights reserved.