Uses of Interface
org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntity
Package
Description
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.singleUseObject
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeFieldDescriptionprotected final MapStorage<MapSingleUseObjectEntity,
SingleUseObjectValueModel> MapSingleUseObjectProvider.singleUseObjectTx
Modifier and TypeMethodDescriptionstatic MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner.deepClone
(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target) static MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner.deepCloneNoId
(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target) Modifier and TypeMethodDescriptionMapSingleUseObjectEntityDelegate.getDelegateProvider()
MapSingleUseObjectEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner.deepClone
(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target) static MapSingleUseObjectEntity
MapSingleUseObjectEntityCloner.deepCloneNoId
(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target) ModifierConstructorDescriptionMapSingleUseObjectAdapter
(KeycloakSession session, MapSingleUseObjectEntity entity) ModifierConstructorDescriptionMapSingleUseObjectEntityDelegate
(DelegateProvider<MapSingleUseObjectEntity> delegateProvider) MapSingleUseObjectEntityFieldDelegate
(EntityFieldDelegate<MapSingleUseObjectEntity> entityFieldDelegate) -
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<SingleUseObjectValueModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapSingleUseObjectEntity, SingleUseObjectValueModel>> MapFieldPredicates.ACTION_TOKEN_PREDICATES
Modifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.create
(MapSingleUseObjectEntity value) SingleUseObjectMapStorage.create
(MapSingleUseObjectEntity value) Modifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) Modifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.create
(MapSingleUseObjectEntity value) SingleUseObjectMapStorage.create
(MapSingleUseObjectEntity value) ModifierConstructorDescriptionSingleUseObjectMapStorage
(CrudOperations<MapSingleUseObjectEntity, SingleUseObjectValueModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super SingleUseObjectValueModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapSingleUseObjectEntity, SingleUseObjectValueModel>> fieldPredicates) SingleUseObjectMapStorage
(CrudOperations<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
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject
Modifier and TypeMethodDescriptionprotected MapSingleUseObjectEntity
JpaSingleUseObjectMapStorage.mapToEntityDelegate
(JpaSingleUseObjectEntity original) -
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
Modifier and TypeClassDescriptionclass
JPAMapSingleUseObjectEntity
implementation.class
Class that contains all the single-use object metadata that is written as JSON into the database.