Package | Description |
---|---|
org.forgerock.openig.tools.session |
This package contains classes to call AM to retrieve user's session info.
|
Modifier and Type | Method and Description |
---|---|
Promise<Optional<SessionInfo>,SessionException> |
SessionService.getSessionInfo(Context context,
String ssoToken)
Returns a promise that will be completed with an optional
SessionInfo or with an SessionException
in case of errors. |
Promise<Optional<SessionInfo>,SessionException> |
CrestSessionService.getSessionInfo(Context context,
String ssoToken) |
Promise<Optional<SessionInfo>,SessionException> |
CacheSessionService.getSessionInfo(Context context,
String ssoToken) |
Promise<Void,SessionException> |
SessionService.logout(Context context,
String ssoToken)
Returns a promise that will be completed with a
Void or with an SessionException in case
of errors. |
Promise<Void,SessionException> |
CrestSessionService.logout(Context context,
String ssoToken) |
Promise<Void,SessionException> |
CacheSessionService.logout(Context context,
String ssoToken) |
Copyright 2011-2017 ForgeRock AS.