Uses of Class
org.forgerock.openig.tools.session.CacheSessionService.DisconnectionStrategy
-
Packages that use CacheSessionService.DisconnectionStrategy Package Description org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.session This package contains classes to call AM to retrieve user's session info. -
-
Uses of CacheSessionService.DisconnectionStrategy in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am with parameters of type CacheSessionService.DisconnectionStrategy Modifier and Type Method Description AmService.Builder
AmService.Builder. sessionCache(com.github.benmanes.caffeine.cache.Caffeine<Object,Object> caffeine, Duration maximumTimeout, CacheSessionService.DisconnectionStrategy disconnectionStrategy)
Specifies theCaffeine
cache for theCacheSessionService
. -
Uses of CacheSessionService.DisconnectionStrategy in org.forgerock.openig.tools.session
Methods in org.forgerock.openig.tools.session that return CacheSessionService.DisconnectionStrategy Modifier and Type Method Description static CacheSessionService.DisconnectionStrategy
CacheSessionService.DisconnectionStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheSessionService.DisconnectionStrategy[]
CacheSessionService.DisconnectionStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forgerock.openig.tools.session with parameters of type CacheSessionService.DisconnectionStrategy Constructor Description CacheSessionService(SessionService sessionService, NotificationService notificationService, com.github.benmanes.caffeine.cache.Caffeine<Object,Object> caffeine, Supplier<String> generator, Clock clock, Duration maximumTimeout, CacheSessionService.DisconnectionStrategy disconnectionStrategy)
Creates a new CacheSessionService.
-