Package | Description |
---|---|
org.forgerock.oauth |
Commons OAuth Framework API.
|
org.forgerock.oauth.clients.oauth2 |
OAuth 2.0 ForgeRock Client Implementation.
|
org.forgerock.oauth.clients.oidc |
OpenID Connect ForgeRock Client Implementation.
|
Modifier and Type | Method and Description |
---|---|
Promise<? extends SessionInfo,OAuthException> |
OAuthClient.getSessionInfo(DataStore dataStore)
Validate whether an Auth Server session is still active and valid.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2SessionInfo
OAuth2 Session Info Object used to determine if the access token expiry time has passed and to determine
if a session is still active.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenIDConnectSessionInfo
OpenIDSessionInfo object used to determine if the access token or id token expiry time has passed and to determine
if a session is still active.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.