Uses of Interface
org.forgerock.openig.tools.LifeCycle
-
Packages that use LifeCycle Package Description 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 LifeCycle in org.forgerock.openig.tools.notifications.ws
Classes in org.forgerock.openig.tools.notifications.ws that implement LifeCycle Modifier and Type Class Description class
NotificationServiceImpl
NotificationService
implementation. -
Uses of LifeCycle in org.forgerock.openig.tools.session
Classes in org.forgerock.openig.tools.session that implement LifeCycle Modifier and Type Class Description class
CacheSessionService
Create a CacheSessionService which is responsible to manage the cache for theSessionInfo
.
-