Uses of Class
org.forgerock.openig.tools.am.AmService.Builder
-
Uses of AmService.Builder in org.forgerock.openig.tools.am
Modifier 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.Modifier and TypeMethodDescriptionWill Call AM instance to get missing information in order to create the AmService builder.