Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
Packages that use RootAuthenticationSessionModel
Package
Description
-
Uses of RootAuthenticationSessionModel in org.keycloak.forms.login.freemarker
Methods in org.keycloak.forms.login.freemarker with parameters of type RootAuthenticationSessionModelModifier and TypeMethodDescriptionstatic void
AuthenticationStateCookie.generateAndSetCookie
(KeycloakSession session, RootAuthenticationSessionModel rootAuthSession, int cookieMaxAge) -
Uses of RootAuthenticationSessionModel in org.keycloak.models.sessions.infinispan
Classes in org.keycloak.models.sessions.infinispan that implement RootAuthenticationSessionModelMethods in org.keycloak.models.sessions.infinispan that return RootAuthenticationSessionModelModifier and TypeMethodDescriptionInfinispanAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm) InfinispanAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm, String id) AuthenticationSessionAdapter.getParentSession()
InfinispanAuthenticationSessionProvider.getRootAuthenticationSession
(RealmModel realm, String authenticationSessionId) Methods in org.keycloak.models.sessions.infinispan with parameters of type RootAuthenticationSessionModelModifier and TypeMethodDescriptionvoid
InfinispanAuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) -
Uses of RootAuthenticationSessionModel in org.keycloak.protocol
Methods in org.keycloak.protocol with parameters of type RootAuthenticationSessionModelModifier and TypeMethodDescriptionstatic AuthenticationSessionModel
RestartLoginCookie.restartSession
(KeycloakSession session, RealmModel realm, RootAuthenticationSessionModel rootSession, String expectedClientId, String encodedCookie) -
Uses of RootAuthenticationSessionModel in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return RootAuthenticationSessionModelModifier 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
Methods in org.keycloak.services.resources with parameters of type RootAuthenticationSessionModelModifier 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
Methods in org.keycloak.sessions that return RootAuthenticationSessionModelModifier 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.Methods in org.keycloak.sessions with parameters of type RootAuthenticationSessionModelModifier and TypeMethodDescriptionvoid
AuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) Removes provided root authentication session.