Uses of Class
org.forgerock.openig.tools.session.SessionException
Packages that use SessionException
Package
Description
Access Management Server.
This package contains classes to call AM to retrieve user's session info.
-
Uses of SessionException in org.forgerock.openig.tools.am
Method parameters in org.forgerock.openig.tools.am with type arguments of type SessionExceptionModifier and TypeMethodDescriptionAmService.Builder.sessionCache
(CaffeineAsyncCache.Builder<String, Optional<SessionInfo>, SessionException> cacheBuilder, Duration maximumTimeout, DisconnectionStrategy disconnectionStrategy) Specifies theCaffeine
cache for theCacheSessionService
. -
Uses of SessionException in org.forgerock.openig.tools.session
Methods in org.forgerock.openig.tools.session that return types with arguments of type SessionExceptionModifier and TypeMethodDescriptionCacheSessionService.getSessionInfo
(Context context, String ssoToken) CrestSessionService.getSessionInfo
(Context context, String ssoToken) SessionService.getSessionInfo
(Context context, String ssoToken) Returns a promise that will be completed with an optionalSessionInfo
or with anSessionException
in case of errors.Returns a promise that will be completed with aVoid
or with anSessionException
in case of errors.Constructor parameters in org.forgerock.openig.tools.session with type arguments of type SessionExceptionModifierConstructorDescriptionCacheSessionService
(SessionService sessionService, NotificationService notificationService, String sessionNotificationTopic, CaffeineAsyncCache.Builder<String, Optional<SessionInfo>, SessionException> cacheBuilder, Supplier<String> generator, Clock clock, Duration maximumTimeout, DisconnectionStrategy disconnectionStrategy, boolean sessionIdleRefreshEnabled) Creates a new CacheSessionService.