Uses of Package
org.forgerock.http.session
-
Packages that use org.forgerock.http.session Package Description org.forgerock.http.filter CoreFilter
implementations.org.forgerock.http.session Provides interfaces for managing and interacting with HTTP Sessions.org.forgerock.openig.jwt Provides JWT capabilities to the Identity Gateway. -
Classes in org.forgerock.http.session used by org.forgerock.http.filter Class Description SessionManager A SessionFactory is responsible to create a new type ofSession
. -
Classes in org.forgerock.http.session used by org.forgerock.http.session Class Description Session An interface for managing attributes across multiple requests from the same user agent.SessionContext ASessionContext
is a mechanism for maintaining state between components when processing a successive requests from the same logical client or end-user. -
Classes in org.forgerock.http.session used by org.forgerock.openig.jwt Class Description Session An interface for managing attributes across multiple requests from the same user agent.SessionManager A SessionFactory is responsible to create a new type ofSession
.