Package | Description |
---|---|
org.forgerock.openig.tools |
Common tools used in policy service.
|
org.forgerock.openig.tools.am |
Access Management Server.
|
org.forgerock.openig.tools.notifications.ws |
Web socket notifications service implementation.
|
org.forgerock.openig.tools.session |
This package contains classes to call AM to retrieve user's session info.
|
Constructor and Description |
---|
CachePolicyDecisionFilter(com.github.benmanes.caffeine.cache.Caffeine<Object,Object> caffeine,
Clock clock,
Duration defaultTimeout,
Duration maximumTimeout,
NotificationService notificationService)
Builds a
CachePolicyDecisionFilter . |
Modifier and Type | Method and Description |
---|---|
Optional<NotificationService> |
AmService.getNotificationService()
Returns the AM notification service.
|
Modifier and Type | Method and Description |
---|---|
AmService.Builder |
AmService.Builder.notificationService(NotificationService notificationService)
Bind a
NotificationService instance to this builder. |
Modifier and Type | Class and Description |
---|---|
class |
TyrusNotificationService
Implements a web-socket client bound to Tyrus container.
|
Constructor and Description |
---|
CacheSessionService(NotificationService notificationService,
SessionInfoCache sessionInfoCache)
Creates a new CacheSessionService.
|
Copyright 2011-2017 ForgeRock AS.