Uses of Interface
org.forgerock.http.session.AsyncSessionManager
Packages that use AsyncSessionManager
-
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.