Uses of Interface
org.forgerock.openig.tools.notifications.NotificationService
Packages that use NotificationService
Package
Description
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
Common tools used in policy service.
Access Management Server.
Web socket notifications service implementation.
This package contains classes to call AM to retrieve user's session info.
-
Uses of NotificationService in org.forgerock.openig.filter.oauth2
Methods in org.forgerock.openig.filter.oauth2 with parameters of type NotificationServiceModifier and TypeMethodDescriptionCaffeineCacheAccessTokenResolver.Builder.notificationService
(NotificationService notificationService) Bind aNotificationService
instance to this builder. -
Uses of NotificationService in org.forgerock.openig.tools
Constructors in org.forgerock.openig.tools with parameters of type NotificationServiceModifierConstructorDescriptionCachePolicyDecisionFilter
(com.github.benmanes.caffeine.cache.Caffeine<Object, Object> caffeine, Clock clock, Duration defaultTimeout, Duration maximumTimeout, NotificationService notificationService, DisconnectionStrategy disconnectionStrategy) 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 NotificationServiceModifier and TypeMethodDescriptionAmService.getNotificationService()
Returns the AM notification service.Methods in org.forgerock.openig.tools.am with parameters of type NotificationServiceModifier and TypeMethodDescriptionAmService.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 -
Uses of NotificationService in org.forgerock.openig.tools.session
Constructors in org.forgerock.openig.tools.session with parameters of type NotificationServiceModifierConstructorDescriptionCacheSessionService
(SessionService sessionService, NotificationService notificationService, String sessionNotificationTopic, com.github.benmanes.caffeine.cache.Caffeine<Object, Object> caffeine, Supplier<String> generator, Clock clock, Duration maximumTimeout, DisconnectionStrategy disconnectionStrategy, boolean sessionIdleRefreshEnabled) Creates a new CacheSessionService.