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