Uses of Class
org.forgerock.http.session.SessionContext
-
Packages that use SessionContext Package Description org.forgerock.http.session Provides interfaces for managing and interacting with HTTP Sessions. -
-
Uses of SessionContext in org.forgerock.http.session
Methods in org.forgerock.http.session that return SessionContext Modifier and Type Method Description SessionContext
SessionContext. setSession(Session session)
Sets theSession
associated with the remote client.
-