Uses of Interface
org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntity
-
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement MapSingleUseObjectEntity Modifier and Type Class Description static class
MapSingleUseObjectEntity.AbstractSingleUseObjectEntity
class
MapSingleUseObjectEntityDelegate
class
MapSingleUseObjectEntityFieldDelegate
class
MapSingleUseObjectEntityImpl
static class
MapSingleUseObjectEntityImpl.Empty
Fields in org.keycloak.models.map.singleUseObject with type parameters of type MapSingleUseObjectEntity Modifier and Type Field Description protected MapKeycloakTransaction<MapSingleUseObjectEntity,SingleUseObjectValueModel>
MapSingleUseObjectProvider. singleUseObjectTx
Methods in org.keycloak.models.map.singleUseObject that return MapSingleUseObjectEntity Modifier and Type Method Description static MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner. deepClone(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target)
static MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner. deepCloneNoId(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target)
Methods in org.keycloak.models.map.singleUseObject that return types with arguments of type MapSingleUseObjectEntity Modifier and Type Method Description DelegateProvider<MapSingleUseObjectEntity>
MapSingleUseObjectEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapSingleUseObjectEntity>
MapSingleUseObjectEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.singleUseObject with parameters of type MapSingleUseObjectEntity Modifier and Type Method Description static MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner. deepClone(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target)
static MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner. deepCloneNoId(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target)
Constructors in org.keycloak.models.map.singleUseObject with parameters of type MapSingleUseObjectEntity Constructor Description MapSingleUseObjectAdapter(KeycloakSession session, MapSingleUseObjectEntity entity)
Constructor parameters in org.keycloak.models.map.singleUseObject with type arguments of type MapSingleUseObjectEntity Constructor Description MapSingleUseObjectEntityDelegate(DelegateProvider<MapSingleUseObjectEntity> delegateProvider)
MapSingleUseObjectEntityFieldDelegate(EntityFieldDelegate<MapSingleUseObjectEntity> entityFieldDelegate)
MapSingleUseObjectProvider(KeycloakSession session, MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel> storage)
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapSingleUseObjectEntity Modifier and Type Field Description static Map<SearchableModelField<SingleUseObjectValueModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapSingleUseObjectEntity,SingleUseObjectValueModel>>
MapFieldPredicates. ACTION_TOKEN_PREDICATES
Methods in org.keycloak.models.map.storage.chm that return MapSingleUseObjectEntity Modifier and Type Method Description MapSingleUseObjectEntity
SingleUseObjectConcurrentHashMapStorage. create(MapSingleUseObjectEntity value)
MapSingleUseObjectEntity
SingleUseObjectKeycloakTransaction. create(MapSingleUseObjectEntity value)
Methods in org.keycloak.models.map.storage.chm that return types with arguments of type MapSingleUseObjectEntity Modifier and Type Method Description MapKeycloakTransaction<MapSingleUseObjectEntity,SingleUseObjectValueModel>
SingleUseObjectConcurrentHashMapStorage. createTransaction(KeycloakSession session)
Stream<MapSingleUseObjectEntity>
SingleUseObjectConcurrentHashMapStorage. read(QueryParameters<SingleUseObjectValueModel> queryParameters)
Methods in org.keycloak.models.map.storage.chm with parameters of type MapSingleUseObjectEntity Modifier and Type Method Description MapSingleUseObjectEntity
SingleUseObjectConcurrentHashMapStorage. create(MapSingleUseObjectEntity value)
MapSingleUseObjectEntity
SingleUseObjectKeycloakTransaction. create(MapSingleUseObjectEntity value)
Constructor parameters in org.keycloak.models.map.storage.chm with type arguments of type MapSingleUseObjectEntity Constructor Description SingleUseObjectKeycloakTransaction(ConcurrentHashMapCrudOperations<MapSingleUseObjectEntity,SingleUseObjectValueModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super SingleUseObjectValueModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<K,MapSingleUseObjectEntity,SingleUseObjectValueModel>> fieldPredicates)
SingleUseObjectKeycloakTransaction(ConcurrentHashMapCrudOperations<MapSingleUseObjectEntity,SingleUseObjectValueModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super SingleUseObjectValueModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<K,MapSingleUseObjectEntity,SingleUseObjectValueModel>> fieldPredicates)
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.hotRod.singleUseObject
Classes in org.keycloak.models.map.storage.hotRod.singleUseObject that implement MapSingleUseObjectEntity Modifier and Type Class Description static class
HotRodSingleUseObjectEntity.AbstractHotRodSingleUseObjectEntityDelegate
class
HotRodSingleUseObjectEntityDelegate
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject
Methods in org.keycloak.models.map.storage.jpa.singleUseObject that return MapSingleUseObjectEntity Modifier and Type Method Description protected MapSingleUseObjectEntity
JpaSingleUseObjectMapKeycloakTransaction. mapToEntityDelegate(JpaSingleUseObjectEntity original)
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
Classes in org.keycloak.models.map.storage.jpa.singleUseObject.entity that implement MapSingleUseObjectEntity Modifier and Type Class Description class
JpaSingleUseObjectEntity
JPAMapSingleUseObjectEntity
implementation.class
JpaSingleUseObjectMetadata
Class that contains all the single-use object metadata that is written as JSON into the database.
-