Package org.forgerock.openig.tools.session
This package contains classes to call AM to retrieve user's session info.
-
Interface Summary Interface Description SessionService TheSessionService
is responsible to perform interactions with AM sessions endpoint, such as session info or logout, etc. -
Class Summary Class Description CacheSessionService Create a CacheSessionService which is responsible to manage the cache for theSessionInfo
.CrestSessionService TheCrestSessionService
is responsible for performing interactions with the AM sessions endpoint.CrestSessionService.Builder Builder of theCrestSessionService
.SessionInfo TheSessionInfo
class is responsible to store session info for a given SSO Token. -
Exception Summary Exception Description SessionException Represents an exception whilst performing Session Service.