Uses of Interface
org.forgerock.oauth.SessionInfo
Packages that use 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
Methods in org.forgerock.oauth that return types with arguments of type SessionInfoModifier 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
Classes in org.forgerock.oauth.clients.oauth2 that implement SessionInfoModifier 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
Classes in org.forgerock.oauth.clients.oidc that implement SessionInfoModifier 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.