Package | Description |
---|---|
org.forgerock.openig.tools |
Common tools used in policy service.
|
Modifier and Type | Method and Description |
---|---|
static CachePolicyDecisionRequestHandler.DisconnectionStrategy |
CachePolicyDecisionRequestHandler.DisconnectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachePolicyDecisionRequestHandler.DisconnectionStrategy[] |
CachePolicyDecisionRequestHandler.DisconnectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CachePolicyDecisionRequestHandler(com.github.benmanes.caffeine.cache.Caffeine<Object,Object> caffeine,
Clock clock,
Duration defaultTimeout,
Duration maximumTimeout,
NotificationService notificationService,
CachePolicyDecisionRequestHandler.DisconnectionStrategy disconnectionStrategy,
RequestHandler requestHandler)
Builds a
CachePolicyDecisionFilter . |
Copyright 2011-2017 ForgeRock AS.