Uses of Class
org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
Packages that use OAuth2SessionInfo
Package
Description
OAuth 2.0 ForgeRock Client Implementation.
OpenID Connect ForgeRock Client Implementation.
-
Uses of OAuth2SessionInfo in org.forgerock.oauth.clients.oauth2
Methods in org.forgerock.oauth.clients.oauth2 that return types with arguments of type OAuth2SessionInfoModifier and TypeMethodDescriptionPromise<? extends OAuth2SessionInfo,
OAuthException> OAuth2Client.getSessionInfo
(DataStore dataStore) -
Uses of OAuth2SessionInfo in org.forgerock.oauth.clients.oidc
Subclasses of OAuth2SessionInfo in org.forgerock.oauth.clients.oidcModifier 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.Methods in org.forgerock.oauth.clients.oidc that return types with arguments of type OAuth2SessionInfoModifier and TypeMethodDescriptionPromise<? extends OAuth2SessionInfo,
OAuthException> OpenIDConnectClient.getSessionInfo
(DataStore dataStore)