Package | Description |
---|---|
org.forgerock.http.oauth2 | |
org.forgerock.http.oauth2.resolver | |
org.forgerock.services.context | |
org.forgerock.util.time |
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 | Field and Description |
---|---|
static TimeService |
TimeService.SYSTEM
TimeService implementation based on System . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.