Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
Packages that use RootAuthenticationSessionModel
Package
Description
-
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement RootAuthenticationSessionModelModifier and TypeClassDescriptionclass
class
Fields in org.keycloak.models.map.authSession with type parameters of type RootAuthenticationSessionModelModifier and TypeFieldDescriptionprotected final MapStorage<MapRootAuthenticationSessionEntity,
RootAuthenticationSessionModel> MapRootAuthenticationSessionProvider.store
Methods in org.keycloak.models.map.authSession that return RootAuthenticationSessionModelModifier and TypeMethodDescriptionMapRootAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm) MapRootAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm, String id) MapAuthenticationSessionAdapter.getParentSession()
MapRootAuthenticationSessionProvider.getRootAuthenticationSession
(RealmModel realm, String authenticationSessionId) Methods in org.keycloak.models.map.authSession with parameters of type RootAuthenticationSessionModelModifier and TypeMethodDescriptionvoid
MapRootAuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) Constructor parameters in org.keycloak.models.map.authSession with type arguments of type RootAuthenticationSessionModelModifierConstructorDescriptionMapRootAuthenticationSessionProvider
(KeycloakSession session, MapStorage<MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel> sessionStore, int authSessionsLimit) -
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type RootAuthenticationSessionModelModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<RootAuthenticationSessionModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel>> MapFieldPredicates.AUTHENTICATION_SESSION_PREDICATES
static final Map<SearchableModelField<RootAuthenticationSessionModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel>> MapFieldPredicates.AUTHENTICATION_SESSION_PREDICATES
-
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.storage.jpa.authSession
Method parameters in org.keycloak.models.map.storage.jpa.authSession with type arguments of type RootAuthenticationSessionModelModifier and TypeMethodDescriptionJpaRootAuthenticationSessionModelCriteriaBuilder.compare
(SearchableModelField<? super RootAuthenticationSessionModel> modelField, ModelCriteriaBuilder.Operator op, Object... value) -
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, jakarta.ws.rs.core.Cookie cook) -
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
Fields in org.keycloak.sessions with type parameters of type RootAuthenticationSessionModelModifier and TypeFieldDescriptionstatic final SearchableModelField<RootAuthenticationSessionModel>
RootAuthenticationSessionModel.SearchableFields.ID
static final SearchableModelField<RootAuthenticationSessionModel>
RootAuthenticationSessionModel.SearchableFields.REALM_ID
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.