Uses of Interface
org.keycloak.models.map.userSession.MapUserSessionEntity
Packages that use MapUserSessionEntity
Package
Description
-
Uses of MapUserSessionEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapUserSessionEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<UserSessionModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapUserSessionEntity, UserSessionModel>> MapFieldPredicates.USER_SESSION_PREDICATES
-
Uses of MapUserSessionEntity in org.keycloak.models.map.storage.hotRod.userSession
Classes in org.keycloak.models.map.storage.hotRod.userSession that implement MapUserSessionEntityModifier and TypeClassDescriptionstatic class
class
Methods in org.keycloak.models.map.storage.hotRod.userSession that return MapUserSessionEntityMethods in org.keycloak.models.map.storage.hotRod.userSession that return types with arguments of type MapUserSessionEntityModifier and TypeMethodDescriptionHotRodUserSessionMapStorage.read
(QueryParameters<UserSessionModel> queryParameters) Methods in org.keycloak.models.map.storage.hotRod.userSession with parameters of type MapUserSessionEntityConstructor parameters in org.keycloak.models.map.storage.hotRod.userSession with type arguments of type MapUserSessionEntityModifierConstructorDescriptionHotRodUserSessionMapStorage
(CrudOperations<MapUserSessionEntity, UserSessionModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super UserSessionModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapUserSessionEntity, UserSessionModel>> fieldPredicates, ConcurrentHashMapStorage<String, MapAuthenticatedClientSessionEntity, AuthenticatedClientSessionModel, CrudOperations<MapAuthenticatedClientSessionEntity, AuthenticatedClientSessionModel>> clientSessionStore) HotRodUserSessionMapStorage
(CrudOperations<MapUserSessionEntity, UserSessionModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super UserSessionModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapUserSessionEntity, UserSessionModel>> fieldPredicates, ConcurrentHashMapStorage<String, MapAuthenticatedClientSessionEntity, AuthenticatedClientSessionModel, CrudOperations<MapAuthenticatedClientSessionEntity, AuthenticatedClientSessionModel>> clientSessionStore) -
Uses of MapUserSessionEntity in org.keycloak.models.map.storage.jpa.userSession
Methods in org.keycloak.models.map.storage.jpa.userSession that return MapUserSessionEntityModifier and TypeMethodDescriptionprotected MapUserSessionEntity
JpaUserSessionMapStorage.mapToEntityDelegate
(JpaUserSessionEntity original) -
Uses of MapUserSessionEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Classes in org.keycloak.models.map.storage.jpa.userSession.entity that implement MapUserSessionEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
.class
-
Uses of MapUserSessionEntity in org.keycloak.models.map.userSession
Classes in org.keycloak.models.map.userSession that implement MapUserSessionEntityModifier and TypeClassDescriptionstatic class
class
class
class
static class
Fields in org.keycloak.models.map.userSession declared as MapUserSessionEntityModifier and TypeFieldDescriptionprotected final MapUserSessionEntity
AbstractUserSessionModel.entity
Fields in org.keycloak.models.map.userSession with type parameters of type MapUserSessionEntityModifier and TypeFieldDescriptionprotected final MapStorage<MapUserSessionEntity,
UserSessionModel> MapUserSessionProvider.userSessionTx
Methods in org.keycloak.models.map.userSession that return MapUserSessionEntityModifier and TypeMethodDescriptionstatic MapUserSessionEntity
MapUserSessionEntityCloner.deepClone
(MapUserSessionEntity original, MapUserSessionEntity target) static MapUserSessionEntity
MapUserSessionEntityCloner.deepCloneNoId
(MapUserSessionEntity original, MapUserSessionEntity target) Methods in org.keycloak.models.map.userSession that return types with arguments of type MapUserSessionEntityModifier and TypeMethodDescriptionMapUserSessionEntityDelegate.getDelegateProvider()
MapUserSessionEntityFieldDelegate.getEntityFieldDelegate()
Methods in org.keycloak.models.map.userSession with parameters of type MapUserSessionEntityModifier and TypeMethodDescriptionstatic MapUserSessionEntity
MapUserSessionEntityCloner.deepClone
(MapUserSessionEntity original, MapUserSessionEntity target) static MapUserSessionEntity
MapUserSessionEntityCloner.deepCloneNoId
(MapUserSessionEntity original, MapUserSessionEntity target) static void
SessionExpiration.setUserSessionExpiration
(MapUserSessionEntity entity, RealmModel realm) Constructors in org.keycloak.models.map.userSession with parameters of type MapUserSessionEntityModifierConstructorDescriptionAbstractUserSessionModel
(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity) MapUserSessionAdapter
(KeycloakSession session, RealmModel realm, UserModel userModel, MapUserSessionEntity entity) Constructor parameters in org.keycloak.models.map.userSession with type arguments of type MapUserSessionEntityModifierConstructorDescriptionMapUserSessionEntityDelegate
(DelegateProvider<MapUserSessionEntity> delegateProvider) MapUserSessionEntityFieldDelegate
(EntityFieldDelegate<MapUserSessionEntity> entityFieldDelegate) MapUserSessionProvider
(KeycloakSession session, MapStorage<MapUserSessionEntity, UserSessionModel> userSessionStore)