Uses of Class
org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity
-
Packages that use MapRootAuthenticationSessionEntity Package Description org.keycloak.models.map.authSession org.keycloak.models.map.storage.chm -
-
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.authSession
Fields in org.keycloak.models.map.authSession with type parameters of type MapRootAuthenticationSessionEntity Modifier and Type Field Description protected MapKeycloakTransaction<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>MapRootAuthenticationSessionProvider. txConstructors in org.keycloak.models.map.authSession with parameters of type MapRootAuthenticationSessionEntity Constructor Description MapRootAuthenticationSessionAdapter(KeycloakSession session, RealmModel realm, MapRootAuthenticationSessionEntity entity)Constructor parameters in org.keycloak.models.map.authSession with type arguments of type MapRootAuthenticationSessionEntity Constructor Description MapRootAuthenticationSessionProvider(KeycloakSession session, MapStorage<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> sessionStore) -
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapRootAuthenticationSessionEntity Modifier and Type Field Description static Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>>MapFieldPredicates. AUTHENTICATION_SESSION_PREDICATES
-