Uses of Interface
org.forgerock.http.session.AsyncSessionManager
-
Packages that use AsyncSessionManager Package Description org.forgerock.http.filter CoreFilter
implementations.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework.org.forgerock.openig.session.cookie Manage the Identity Gateway session using an HTTP Cookie. -
-
Uses of AsyncSessionManager in org.forgerock.http.filter
Methods in org.forgerock.http.filter with parameters of type AsyncSessionManager Modifier and Type Method Description static 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
Constructors in org.forgerock.openig.http with parameters of type AsyncSessionManager Constructor Description AdminHttpApplication(String adminPrefix, JsonValue config, Environment environment, RunMode mode, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, org.forgerock.openig.http.spi.HttpClientLoader httpClientLoader, WebSocketClientProvider webSocketClientProvider, Clock clock, IgTicker ticker, AsyncSessionManager sessionManager, ProductInfo productInfo)
Construct aAdminHttpApplication
.GatewayHttpApplication(Environment environment, JsonValue config, EndpointRegistry registry, RunMode mode, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.openig.http.spi.HttpClientLoader httpClientLoader, WebSocketClientProvider webSocketClientProvider, WebSocketProxyFilterProvider webSocketProxyFilterProvider, Clock clock, IgTicker ticker, AsyncSessionManager sessionManager, ProductInfo productInfo)
Construct aGatewayHttpApplication
. -
Uses of AsyncSessionManager in org.forgerock.openig.session.cookie
Classes in org.forgerock.openig.session.cookie that implement AsyncSessionManager Modifier and Type Class Description class
CookieBasedSessionManager
An implementation ofAsyncSessionManager
storing sessions in memory.
-