Uses of Interface
org.forgerock.openig.tools.notifications.NotificationService
-
Packages that use NotificationService 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. -
-
Uses of NotificationService in org.forgerock.openig.tools
Constructors in org.forgerock.openig.tools with parameters of type NotificationService 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
. -
Uses of NotificationService in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return types with arguments of type NotificationService Modifier and Type Method Description Optional<NotificationService>
AmService. getNotificationService()
Returns the AM notification service.Methods in org.forgerock.openig.tools.am with parameters of type NotificationService Modifier and Type Method Description AmService.Builder
AmService.Builder. notificationService(NotificationService notificationService)
Bind aNotificationService
instance to this builder. -
Uses of NotificationService in org.forgerock.openig.tools.notifications.ws
Classes in org.forgerock.openig.tools.notifications.ws that implement NotificationService Modifier and Type Class Description class
NotificationServiceImpl
NotificationService
implementation.class
SubscriptionService
Web-socket client endpoint that bridges AM notifications protocol to our own API. -
Uses of NotificationService in org.forgerock.openig.tools.session
Constructors in org.forgerock.openig.tools.session with parameters of type NotificationService 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.
-