Uses of Interface
org.forgerock.oauth.SessionInfo
Package
Description
Commons OAuth Framework API.
OAuth 2.0 ForgeRock Client Implementation.
OpenID Connect ForgeRock Client Implementation.
-
Uses of SessionInfo in org.forgerock.oauth
Modifier and TypeMethodDescriptionPromise<? extends SessionInfo,
OAuthException> OAuthClient.getSessionInfo
(DataStore dataStore) Validate whether an Auth Server session is still active and valid. -
Uses of SessionInfo in org.forgerock.oauth.clients.oauth2
Modifier and TypeClassDescriptionclass
OAuth2 Session Info Object used to determine if the access token expiry time has passed and to determine if a session is still active. -
Uses of SessionInfo in org.forgerock.oauth.clients.oidc
Modifier and TypeClassDescriptionclass
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.