Uses of Interface
org.forgerock.http.session.AsyncSessionManager
Packages that use AsyncSessionManager
Package
Description
Core
Filter implementations.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 FilterFilters.newAsyncSessionFilter(AsyncSessionManager sessionManager) Creates a sessionFilterthat will use the providedAsyncSessionManagerto manage the users session. -
Uses of AsyncSessionManager in org.forgerock.openig.session.cookie
Classes in org.forgerock.openig.session.cookie that implement AsyncSessionManagerModifier and TypeClassDescriptionclassAn implementation ofAsyncSessionManagerstoring 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