Uses of Interface
org.forgerock.http.session.SessionManager
-
Packages that use SessionManager Package Description org.forgerock.http.filter CoreFilter
implementations.org.forgerock.openig.jwt Provides JWT capabilities to the Identity Gateway. -
-
Uses of SessionManager in org.forgerock.http.filter
Methods in org.forgerock.http.filter with parameters of type SessionManager Modifier and Type Method Description static Filter
Filters. newSessionFilter(SessionManager sessionManager)
Creates a sessionFilter
that will use the providedSessionManager
to manage the users session. -
Uses of SessionManager in org.forgerock.openig.jwt
Classes in org.forgerock.openig.jwt that implement SessionManager Modifier and Type Class Description class
JwtSessionManager
A JwtSessionManager is responsible to configure and create aJwtCookieSession
.
-