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.
Integration classes specifically for ForgeRock Access Management.
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.openam
Constructors in org.forgerock.openig.openam with parameters of type NotificationServiceModifierConstructorDescriptionCachePolicyDecisionFilter
(AsyncCache<String, ActionResponse, ResourceException> cache, 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, CaffeineAsyncCache.Builder<String, Optional<SessionInfo>, SessionException> cacheBuilder, Supplier<String> generator, Clock clock, Duration maximumTimeout, DisconnectionStrategy disconnectionStrategy, boolean sessionIdleRefreshEnabled) Creates a new CacheSessionService.