Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
- 
- 
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.authSessionClasses in org.keycloak.models.map.authSession that implement RootAuthenticationSessionModel Modifier and Type Class Description classAbstractRootAuthenticationSessionModel<E extends AbstractEntity>classMapRootAuthenticationSessionAdapterFields in org.keycloak.models.map.authSession with type parameters of type RootAuthenticationSessionModel Modifier and Type Field Description protected MapStorage<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>MapRootAuthenticationSessionProvider. storeMethods in org.keycloak.models.map.authSession that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModelMapRootAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)RootAuthenticationSessionModelMapRootAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)RootAuthenticationSessionModelMapAuthenticationSessionAdapter. getParentSession()RootAuthenticationSessionModelMapRootAuthenticationSessionProvider. getRootAuthenticationSession(RealmModel realm, String authenticationSessionId)Methods in org.keycloak.models.map.authSession with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description voidMapRootAuthenticationSessionProvider. 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.chmFields 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_PREDICATESstatic Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>>MapFieldPredicates. AUTHENTICATION_SESSION_PREDICATES
- 
Uses of RootAuthenticationSessionModel in org.keycloak.models.map.storage.jpa.authSessionMethod parameters in org.keycloak.models.map.storage.jpa.authSession with type arguments of type RootAuthenticationSessionModel Modifier and Type Method Description JpaRootAuthenticationSessionModelCriteriaBuilderJpaRootAuthenticationSessionModelCriteriaBuilder. compare(SearchableModelField<? super RootAuthenticationSessionModel> modelField, ModelCriteriaBuilder.Operator op, Object... value)
- 
Uses of RootAuthenticationSessionModel in org.keycloak.models.sessions.infinispanClasses in org.keycloak.models.sessions.infinispan that implement RootAuthenticationSessionModel Modifier and Type Class Description classRootAuthenticationSessionAdapterMethods in org.keycloak.models.sessions.infinispan that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModelInfinispanAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)RootAuthenticationSessionModelInfinispanAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)RootAuthenticationSessionModelAuthenticationSessionAdapter. getParentSession()RootAuthenticationSessionModelInfinispanAuthenticationSessionProvider. getRootAuthenticationSession(RealmModel realm, String authenticationSessionId)Methods in org.keycloak.models.sessions.infinispan with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description voidInfinispanAuthenticationSessionProvider. removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession)
- 
Uses of RootAuthenticationSessionModel in org.keycloak.protocolMethods in org.keycloak.protocol with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description static AuthenticationSessionModelRestartLoginCookie. restartSession(KeycloakSession session, RealmModel realm, RootAuthenticationSessionModel rootSession, String expectedClientId, javax.ws.rs.core.Cookie cook)
- 
Uses of RootAuthenticationSessionModel in org.keycloak.services.managersMethods in org.keycloak.services.managers that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModelAuthenticationSessionManager. createAuthenticationSession(RealmModel realm, boolean browserCookie)Creates a fresh authentication session for the given realm .RootAuthenticationSessionModelAuthenticationSessionManager. getCurrentRootAuthenticationSession(RealmModel realm)
- 
Uses of RootAuthenticationSessionModel in org.keycloak.services.resourcesMethods in org.keycloak.services.resources with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description protected javax.ws.rs.core.ResponseLogoutSessionCodeChecks. restartAuthenticationSessionFromCookie(RootAuthenticationSessionModel existingRootSession)protected javax.ws.rs.core.ResponseSessionCodeChecks. restartAuthenticationSessionFromCookie(RootAuthenticationSessionModel existingRootSession)
- 
Uses of RootAuthenticationSessionModel in org.keycloak.sessionsFields in org.keycloak.sessions with type parameters of type RootAuthenticationSessionModel Modifier and Type Field Description static SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields. IDstatic SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields. REALM_IDMethods in org.keycloak.sessions that return RootAuthenticationSessionModel Modifier and Type Method Description RootAuthenticationSessionModelAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)Creates and registers a new authentication session with random ID.RootAuthenticationSessionModelAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)Creates a new root authentication session specified by the provided realm and id.RootAuthenticationSessionModelAuthenticationSessionModel. getParentSession()Returns the root authentication session that is parent of this authentication session.RootAuthenticationSessionModelAuthenticationSessionProvider. 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 voidAuthenticationSessionProvider. removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession)Removes provided root authentication session.
 
-