Uses of Interface
org.forgerock.openig.tools.notifications.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
Modifier and TypeMethodDescriptionCaffeineCacheAccessTokenResolver.Builder.notificationService
(NotificationService notificationService) Bind aNotificationService
instance to this builder. -
Uses of NotificationService in org.forgerock.openig.tools
ModifierConstructorDescriptionCachePolicyDecisionFilter
(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
Modifier and TypeMethodDescriptionAmService.getNotificationService()
Returns the AM notification service.Modifier and TypeMethodDescriptionAmService.Builder.notificationService
(NotificationService notificationService) Bind aNotificationService
instance to this builder. -
Uses of NotificationService in org.forgerock.openig.tools.notifications.ws
-
Uses of NotificationService in org.forgerock.openig.tools.session
ModifierConstructorDescriptionCacheSessionService
(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.