Package | Description |
---|---|
org.forgerock.http.oauth2 |
This package provides APIs for OAuth 2.0 services implementations.
|
org.forgerock.http.oauth2.resolver |
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo . |
org.forgerock.services.context |
This package contains the
Context interface and various common protocol
independent implementations. |
org.forgerock.util.time |
Provides a time service abstraction.
|
Constructor and Description |
---|
ResourceServerFilter(AccessTokenResolver resolver,
TimeService time,
ResourceAccess resourceAccess,
String realm)
Creates a new
OAuth2Filter . |
Constructor and Description |
---|
CachingAccessTokenResolver(TimeService time,
AccessTokenResolver resolver,
PerItemEvictionStrategyCache<String,Promise<AccessTokenInfo,AccessTokenException>> cache)
Builds a
CachingAccessTokenResolver delegating to the given AccessTokenResolver using the given
(pre-configured) cache. |
OpenAmAccessTokenResolver(Handler client,
TimeService time,
String tokenInfoEndpoint)
Creates a new
OpenAmAccessTokenResolver configured to access the given /oauth2/tokeninfo
OpenAm endpoint. |
Constructor and Description |
---|
RequestAuditContext(Context parent,
TimeService time)
Constructs a new context using the specified parent and the current time as the request received time.
|
Modifier and Type | Class and Description |
---|---|
class |
ClockTimeService
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static TimeService |
TimeService.SYSTEM
Deprecated.
TimeService implementation based on System . |
Copyright 2011-2017 ForgeRock AS.