Uses of Interface
org.keycloak.models.map.userSession.MapUserSessionEntity
-
-
Uses of MapUserSessionEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapUserSessionEntity Modifier and Type Field Description static 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 MapUserSessionEntity Modifier and Type Class Description static class
HotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegate
class
HotRodUserSessionEntityDelegate
Methods in org.keycloak.models.map.storage.hotRod.userSession that return MapUserSessionEntity Modifier and Type Method Description MapUserSessionEntity
HotRodUserSessionTransaction. create(MapUserSessionEntity value)
MapUserSessionEntity
HotRodUserSessionTransaction. read(String sKey)
Methods in org.keycloak.models.map.storage.hotRod.userSession that return types with arguments of type MapUserSessionEntity Modifier and Type Method Description Stream<MapUserSessionEntity>
HotRodUserSessionTransaction. read(QueryParameters<UserSessionModel> queryParameters)
Methods in org.keycloak.models.map.storage.hotRod.userSession with parameters of type MapUserSessionEntity Modifier and Type Method Description MapUserSessionEntity
HotRodUserSessionTransaction. create(MapUserSessionEntity value)
-
Uses of MapUserSessionEntity in org.keycloak.models.map.storage.jpa.userSession
Methods in org.keycloak.models.map.storage.jpa.userSession that return MapUserSessionEntity Modifier and Type Method Description protected MapUserSessionEntity
JpaUserSessionMapKeycloakTransaction. 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 MapUserSessionEntity Modifier and Type Class Description class
JpaUserSessionEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaUserSessionMetadata
-
Uses of MapUserSessionEntity in org.keycloak.models.map.userSession
Classes in org.keycloak.models.map.userSession that implement MapUserSessionEntity Modifier and Type Class Description static class
MapUserSessionEntity.AbstractUserSessionEntity
class
MapUserSessionEntityDelegate
class
MapUserSessionEntityFieldDelegate
class
MapUserSessionEntityImpl
static class
MapUserSessionEntityImpl.Empty
Fields in org.keycloak.models.map.userSession declared as MapUserSessionEntity Modifier and Type Field Description protected MapUserSessionEntity
AbstractUserSessionModel. entity
Fields in org.keycloak.models.map.userSession with type parameters of type MapUserSessionEntity Modifier and Type Field Description protected MapKeycloakTransaction<MapUserSessionEntity,UserSessionModel>
MapUserSessionProvider. userSessionTx
Methods in org.keycloak.models.map.userSession that return MapUserSessionEntity Modifier and Type Method Description static 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 MapUserSessionEntity Modifier and Type Method Description DelegateProvider<MapUserSessionEntity>
MapUserSessionEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapUserSessionEntity>
MapUserSessionEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.userSession with parameters of type MapUserSessionEntity Modifier and Type Method Description static 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 MapUserSessionEntity Constructor Description AbstractUserSessionModel(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity)
MapUserSessionAdapter(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity)
Constructor parameters in org.keycloak.models.map.userSession with type arguments of type MapUserSessionEntity Constructor Description MapUserSessionEntityDelegate(DelegateProvider<MapUserSessionEntity> delegateProvider)
MapUserSessionEntityFieldDelegate(EntityFieldDelegate<MapUserSessionEntity> entityFieldDelegate)
MapUserSessionProvider(KeycloakSession session, MapStorage<MapUserSessionEntity,UserSessionModel> userSessionStore)
-