Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
-
-
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement RootAuthenticationSessionModel Modifier and Type Class Description class
AbstractRootAuthenticationSessionModel<E extends AbstractEntity>
class
MapRootAuthenticationSessionAdapter
Fields in org.keycloak.models.map.authSession with type parameters of type RootAuthenticationSessionModel Modifier and Type Field Description protected MapKeycloakTransaction<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>
MapRootAuthenticationSessionProvider. tx
Methods in org.keycloak.models.map.authSession that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModel
MapRootAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)
RootAuthenticationSessionModel
MapRootAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)
RootAuthenticationSessionModel
MapAuthenticationSessionAdapter. getParentSession()
RootAuthenticationSessionModel
MapRootAuthenticationSessionProvider. getRootAuthenticationSession(RealmModel realm, String authenticationSessionId)
Methods in org.keycloak.models.map.authSession with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description void
MapRootAuthenticationSessionProvider. removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession)
Constructor parameters in org.keycloak.models.map.authSession with type arguments of type RootAuthenticationSessionModel Constructor Description MapRootAuthenticationSessionProvider(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 RootAuthenticationSessionModel Modifier and Type Field Description static Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>>
MapFieldPredicates. AUTHENTICATION_SESSION_PREDICATES
static 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 RootAuthenticationSessionModel Modifier and Type Method Description JpaRootAuthenticationSessionModelCriteriaBuilder
JpaRootAuthenticationSessionModelCriteriaBuilder. 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 RootAuthenticationSessionModel Modifier and Type Class Description class
RootAuthenticationSessionAdapter
Methods in org.keycloak.models.sessions.infinispan that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModel
InfinispanAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)
RootAuthenticationSessionModel
InfinispanAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)
RootAuthenticationSessionModel
AuthenticationSessionAdapter. getParentSession()
RootAuthenticationSessionModel
InfinispanAuthenticationSessionProvider. getRootAuthenticationSession(RealmModel realm, String authenticationSessionId)
Methods in org.keycloak.models.sessions.infinispan with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description void
InfinispanAuthenticationSessionProvider. removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession)
-
Uses of RootAuthenticationSessionModel in org.keycloak.protocol
Methods in org.keycloak.protocol with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description static AuthenticationSessionModel
RestartLoginCookie. restartSession(KeycloakSession session, RealmModel realm, RootAuthenticationSessionModel rootSession, String expectedClientId, javax.ws.rs.core.Cookie cook)
-
Uses of RootAuthenticationSessionModel in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModel
AuthenticationSessionManager. createAuthenticationSession(RealmModel realm, boolean browserCookie)
Creates a fresh authentication session for the given realm .RootAuthenticationSessionModel
AuthenticationSessionManager. getCurrentRootAuthenticationSession(RealmModel realm)
-
Uses of RootAuthenticationSessionModel in org.keycloak.services.resources
Methods in org.keycloak.services.resources with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description protected javax.ws.rs.core.Response
LogoutSessionCodeChecks. restartAuthenticationSessionFromCookie(RootAuthenticationSessionModel existingRootSession)
protected javax.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 RootAuthenticationSessionModel Modifier and Type Field Description static SearchableModelField<RootAuthenticationSessionModel>
RootAuthenticationSessionModel.SearchableFields. ID
static SearchableModelField<RootAuthenticationSessionModel>
RootAuthenticationSessionModel.SearchableFields. REALM_ID
Methods in org.keycloak.sessions that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModel
AuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)
Creates and registers a new authentication session with random ID.RootAuthenticationSessionModel
AuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)
Creates a new root authentication session specified by the provided realm and id.RootAuthenticationSessionModel
AuthenticationSessionModel. getParentSession()
Returns the root authentication session that is parent of this authentication session.RootAuthenticationSessionModel
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 RootAuthenticationSessionModel Modifier and Type Method Description void
AuthenticationSessionProvider. removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession)
Removes provided root authentication session.
-