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.
|
Modifier and Type | Method and Description |
---|---|
AmService.Builder |
AmService.Builder.sessionCache(com.github.benmanes.caffeine.cache.Caffeine<Object,Object> caffeine,
Duration maximumTimeout,
CacheSessionService.DisconnectionStrategy disconnectionStrategy)
Specifies the
Caffeine cache for the CacheSessionService . |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright 2011-2017 ForgeRock AS.