Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
Package
Description
-
Uses of RootAuthenticationSessionModel in org.keycloak.models.sessions.infinispan
Modifier and TypeMethodDescriptionInfinispanAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm) InfinispanAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm, String id) AuthenticationSessionAdapter.getParentSession()
InfinispanAuthenticationSessionProvider.getRootAuthenticationSession
(RealmModel realm, String authenticationSessionId) Modifier and TypeMethodDescriptionvoid
InfinispanAuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) -
Uses of RootAuthenticationSessionModel in org.keycloak.models.sessions.infinispan.remote
Modifier and TypeMethodDescriptionRemoteInfinispanAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm) RemoteInfinispanAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm, String id) RemoteInfinispanAuthenticationSessionProvider.getRootAuthenticationSession
(RealmModel realm, String authenticationSessionId) Modifier and TypeMethodDescriptionvoid
RemoteInfinispanAuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) -
Uses of RootAuthenticationSessionModel in org.keycloak.protocol
Modifier and TypeMethodDescriptionstatic AuthenticationSessionModel
RestartLoginCookie.restartSession
(KeycloakSession session, RealmModel realm, RootAuthenticationSessionModel rootSession, String expectedClientId, String encodedCookie) -
Uses of RootAuthenticationSessionModel in org.keycloak.services.managers
Modifier and TypeMethodDescriptionAuthenticationSessionManager.createAuthenticationSession
(RealmModel realm, boolean browserCookie) Creates a fresh authentication session for the given realm .AuthenticationSessionManager.getCurrentRootAuthenticationSession
(RealmModel realm) -
Uses of RootAuthenticationSessionModel in org.keycloak.services.resources
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
LogoutSessionCodeChecks.restartAuthenticationSessionFromCookie
(RootAuthenticationSessionModel existingRootSession) protected jakarta.ws.rs.core.Response
SessionCodeChecks.restartAuthenticationSessionFromCookie
(RootAuthenticationSessionModel existingRootSession) -
Uses of RootAuthenticationSessionModel in org.keycloak.sessions
Modifier and TypeMethodDescriptionAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm) Creates and registers a new authentication session with random ID.AuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm, String id) Creates a new root authentication session specified by the provided realm and id.AuthenticationSessionModel.getParentSession()
Returns the root authentication session that is parent of this authentication session.AuthenticationSessionProvider.getRootAuthenticationSession
(RealmModel realm, String authenticationSessionId) Returns the root authentication session specified by the provided realm and id.Modifier and TypeMethodDescriptionvoid
AuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) Removes provided root authentication session.