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