Uses of Class
org.forgerock.openig.tools.session.SessionInfo
Packages that use SessionInfo
Package
Description
Access Management Server.
This package contains classes to call AM to retrieve user's session info.
-
Uses of SessionInfo in org.forgerock.openig.tools.am
Method parameters in org.forgerock.openig.tools.am with type arguments of type SessionInfoModifier and TypeMethodDescriptionAmService.Builder.sessionCache(CaffeineAsyncCache.Builder<String, Optional<SessionInfo>, SessionException> cacheBuilder, Duration maximumTimeout, DisconnectionStrategy disconnectionStrategy) Specifies theCaffeinecache for theCacheSessionService. -
Uses of SessionInfo in org.forgerock.openig.tools.session
Methods in org.forgerock.openig.tools.session that return types with arguments of type SessionInfoModifier 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 optionalSessionInfoor with anSessionExceptionin case of errors.Constructor parameters in org.forgerock.openig.tools.session with type arguments of type SessionInfoModifierConstructorDescriptionCacheSessionService(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.