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 classHotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegateclassHotRodUserSessionEntityDelegateMethods in org.keycloak.models.map.storage.hotRod.userSession that return MapUserSessionEntity Modifier and Type Method Description MapUserSessionEntityHotRodUserSessionTransaction. create(MapUserSessionEntity value)MapUserSessionEntityHotRodUserSessionTransaction. 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 MapUserSessionEntityHotRodUserSessionTransaction. 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 MapUserSessionEntityJpaUserSessionMapKeycloakTransaction. 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 classJpaUserSessionEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaUserSessionMetadata -
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 classMapUserSessionEntity.AbstractUserSessionEntityclassMapUserSessionEntityDelegateclassMapUserSessionEntityFieldDelegateclassMapUserSessionEntityImplstatic classMapUserSessionEntityImpl.EmptyFields in org.keycloak.models.map.userSession declared as MapUserSessionEntity Modifier and Type Field Description protected MapUserSessionEntityAbstractUserSessionModel. entityFields in org.keycloak.models.map.userSession with type parameters of type MapUserSessionEntity Modifier and Type Field Description protected MapKeycloakTransaction<MapUserSessionEntity,UserSessionModel>MapUserSessionProvider. userSessionTxMethods in org.keycloak.models.map.userSession that return MapUserSessionEntity Modifier and Type Method Description static MapUserSessionEntityMapUserSessionEntityCloner. deepClone(MapUserSessionEntity original, MapUserSessionEntity target)static MapUserSessionEntityMapUserSessionEntityCloner. 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 MapUserSessionEntityMapUserSessionEntityCloner. deepClone(MapUserSessionEntity original, MapUserSessionEntity target)static MapUserSessionEntityMapUserSessionEntityCloner. deepCloneNoId(MapUserSessionEntity original, MapUserSessionEntity target)static voidSessionExpiration. 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)
-