Uses of Interface
org.forgerock.openig.tools.notifications.NotificationService
-
Packages that use NotificationService Package Description org.forgerock.openig.filter.oauth2 This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.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.filter.oauth2
Methods in org.forgerock.openig.filter.oauth2 with parameters of type NotificationService Modifier and Type Method Description CaffeineCacheAccessTokenResolver.Builder
CaffeineCacheAccessTokenResolver.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 NotificationService Constructor Description CachePolicyDecisionFilter(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 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, DisconnectionStrategy disconnectionStrategy, boolean sessionIdleRefreshEnabled)
Creates a new CacheSessionService.
-