Uses of Interface
org.forgerock.oauth.SessionInfo
-
Packages that use SessionInfo 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. -
-
Uses of SessionInfo in org.forgerock.oauth
Methods in org.forgerock.oauth that return types with arguments of type SessionInfo Modifier and Type Method Description Promise<? 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 SessionInfo Modifier and Type Class 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. -
Uses of SessionInfo in org.forgerock.oauth.clients.oidc
Classes in org.forgerock.oauth.clients.oidc that implement SessionInfo 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.
-