Uses of Interface
org.forgerock.http.session.AsyncSessionManager
Packages that use AsyncSessionManager
Package
Description
Core
Filter
implementations.Integrates with the ForgeRock HTTP Framework.
Manage the Identity Gateway session using an HTTP Cookie.
Manage the Identity Gateway session.
-
Uses of AsyncSessionManager in org.forgerock.http.filter
Methods in org.forgerock.http.filter with parameters of type AsyncSessionManagerModifier and TypeMethodDescriptionstatic Filter
Filters.newAsyncSessionFilter
(AsyncSessionManager sessionManager) Creates a sessionFilter
that will use the providedAsyncSessionManager
to manage the users session. -
Uses of AsyncSessionManager in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return AsyncSessionManagerModifier and TypeMethodDescriptionAdminHttpApplication.getSharedSessionManager()
Returns the session manager, can't benull
.BaseAdminHttpApplication.getSharedSessionManager()
Constructors in org.forgerock.openig.http with parameters of type AsyncSessionManagerModifierConstructorDescriptionGatewayHttpApplication
(Environment environment, JsonValue config, EndpointRegistry registry, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, StartupMetrics parentStartupMetrics, org.forgerock.config.resolvers.PropertyResolver propertyResolver, HttpClientProvider httpClientProvider, WebSocketClientProvider webSocketClientProvider, WebSocketProxyFilterProvider webSocketProxyFilterProvider, Clock clock, IgTicker ticker, AsyncSessionManager sharedSessionManager, ProductInfo productInfo, org.forgerock.openig.tracing.TracingProvider tracingProvider) Construct aGatewayHttpApplication
. -
Uses of AsyncSessionManager in org.forgerock.openig.session.cookie
Classes in org.forgerock.openig.session.cookie that implement AsyncSessionManagerModifier and TypeClassDescriptionclass
An implementation ofAsyncSessionManager
storing session ID in a session cookie. -
Uses of AsyncSessionManager in org.forgerock.openig.session.jwt
Methods in org.forgerock.openig.session.jwt that return AsyncSessionManager