Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
Package
Description
-
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.authSession
Modifier and TypeClassDescriptionclass
class
Modifier and TypeFieldDescriptionprotected final MapStorage<MapRootAuthenticationSessionEntity,
RootAuthenticationSessionModel> MapRootAuthenticationSessionProvider.store
Modifier and TypeMethodDescriptionMapRootAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm) MapRootAuthenticationSessionProvider.createRootAuthenticationSession
(RealmModel realm, String id) MapAuthenticationSessionAdapter.getParentSession()
MapRootAuthenticationSessionProvider.getRootAuthenticationSession
(RealmModel realm, String authenticationSessionId) Modifier and TypeMethodDescriptionvoid
MapRootAuthenticationSessionProvider.removeRootAuthenticationSession
(RealmModel realm, RootAuthenticationSessionModel authenticationSession) ModifierConstructorDescriptionMapRootAuthenticationSessionProvider
(KeycloakSession session, MapStorage<MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel> sessionStore, int authSessionsLimit) -
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.storage.chm
Modifier 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
Modifier and TypeMethodDescriptionJpaRootAuthenticationSessionModelCriteriaBuilder.compare
(SearchableModelField<? super RootAuthenticationSessionModel> modelField, ModelCriteriaBuilder.Operator op, Object... value) -
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.protocol
Modifier 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
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 TypeFieldDescriptionstatic final SearchableModelField<RootAuthenticationSessionModel>
RootAuthenticationSessionModel.SearchableFields.ID
static final SearchableModelField<RootAuthenticationSessionModel>
RootAuthenticationSessionModel.SearchableFields.REALM_ID
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.