Package | Description |
---|---|
org.forgerock.openig.openam |
Integration classes specifically for ForgeRock Access Management.
|
org.forgerock.openig.tools.session |
This package contains classes to call AM to retrieve user's session info.
|
Modifier and Type | Method and Description |
---|---|
static SsoTokenContext |
SsoTokenContext.fromSessionInfo(Context parent,
SessionInfo sessionInfo,
String loginEndpoint)
Create a
SsoTokenContext from a SessionInfo and SSO token. |
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) |
Copyright 2011-2017 ForgeRock AS.