Uses of Class
org.forgerock.openig.tools.am.AmService.Builder
Packages that use AmService.Builder
-
Uses of AmService.Builder in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return AmService.BuilderModifier and TypeMethodDescriptionAmService.Builder.notification
(NotificationsConfig config) Specifies the notification configurations.AmService.Builder.notificationService
(NotificationService notificationService) Bind aNotificationService
instance to this builder.AmService.Builder.sessionCache
(com.github.benmanes.caffeine.cache.Caffeine<Object, Object> caffeine, Duration maximumTimeout, DisconnectionStrategy disconnectionStrategy) Specifies theCaffeine
cache for theCacheSessionService
.AmService.Builder.sessionIdleRefresh
(boolean enabled, Duration interval) Enable or disable the session idle refresh service and set the refresh interval.AmService.Builder.sessionProperties
(Set<String> sessionProperties) Set the session properties and return this builder.AmService.Builder.sessionService
(SessionService sessionService) Bind aSessionService
instance to this builder.Methods in org.forgerock.openig.tools.am that return types with arguments of type AmService.BuilderModifier and TypeMethodDescriptionWill Call AM instance to get missing information in order to create the AmService builder.