Uses of Class
org.forgerock.openig.tools.CachePolicyDecisionRequestHandler.DisconnectionStrategy
-
Packages that use CachePolicyDecisionRequestHandler.DisconnectionStrategy Package Description org.forgerock.openig.tools Common tools used in policy service. -
-
Uses of CachePolicyDecisionRequestHandler.DisconnectionStrategy in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return CachePolicyDecisionRequestHandler.DisconnectionStrategy Modifier and Type Method 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.Constructors in org.forgerock.openig.tools with parameters of type CachePolicyDecisionRequestHandler.DisconnectionStrategy Constructor 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 aCachePolicyDecisionFilter
.
-