Uses of Class
org.forgerock.openig.tools.session.SessionInfo
-
Packages that use SessionInfo Package Description org.forgerock.openig.tools.session This package contains classes to call AM to retrieve user's session info. -
-
Uses of SessionInfo in org.forgerock.openig.tools.session
Methods in org.forgerock.openig.tools.session that return types with arguments of type SessionInfo Modifier and Type Method Description Promise<Optional<SessionInfo>,SessionException>CacheSessionService. getSessionInfo(Context context, String ssoToken)Promise<Optional<SessionInfo>,SessionException>CrestSessionService. getSessionInfo(Context context, String ssoToken)Promise<Optional<SessionInfo>,SessionException>SessionService. getSessionInfo(Context context, String ssoToken)Returns a promise that will be completed with an optionalSessionInfoor with anSessionExceptionin case of errors.
-