Uses of Interface
org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntity
Packages that use MapSingleUseObjectEntity
Package
Description
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement MapSingleUseObjectEntityModifier and TypeClassDescriptionstatic class
class
class
class
static class
Fields in org.keycloak.models.map.singleUseObject with type parameters of type MapSingleUseObjectEntityModifier and TypeFieldDescriptionprotected final MapStorage<MapSingleUseObjectEntity,
SingleUseObjectValueModel> MapSingleUseObjectProvider.singleUseObjectTx
Methods in org.keycloak.models.map.singleUseObject that return MapSingleUseObjectEntityModifier and TypeMethodDescriptionstatic 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 MapSingleUseObjectEntityModifier and TypeMethodDescriptionMapSingleUseObjectEntityDelegate.getDelegateProvider()
MapSingleUseObjectEntityFieldDelegate.getEntityFieldDelegate()
Methods in org.keycloak.models.map.singleUseObject with parameters of type MapSingleUseObjectEntityModifier and TypeMethodDescriptionstatic 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 MapSingleUseObjectEntityModifierConstructorDescriptionMapSingleUseObjectAdapter
(KeycloakSession session, MapSingleUseObjectEntity entity) Constructor parameters in org.keycloak.models.map.singleUseObject with type arguments of type MapSingleUseObjectEntityModifierConstructorDescriptionMapSingleUseObjectEntityDelegate
(DelegateProvider<MapSingleUseObjectEntity> delegateProvider) MapSingleUseObjectEntityFieldDelegate
(EntityFieldDelegate<MapSingleUseObjectEntity> entityFieldDelegate) -
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapSingleUseObjectEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<SingleUseObjectValueModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapSingleUseObjectEntity, SingleUseObjectValueModel>> MapFieldPredicates.ACTION_TOKEN_PREDICATES
Methods in org.keycloak.models.map.storage.chm that return MapSingleUseObjectEntityModifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.create
(MapSingleUseObjectEntity value) SingleUseObjectMapStorage.create
(MapSingleUseObjectEntity value) Methods in org.keycloak.models.map.storage.chm that return types with arguments of type MapSingleUseObjectEntityModifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) Methods in org.keycloak.models.map.storage.chm with parameters of type MapSingleUseObjectEntityModifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.create
(MapSingleUseObjectEntity value) SingleUseObjectMapStorage.create
(MapSingleUseObjectEntity value) Constructor parameters in org.keycloak.models.map.storage.chm with type arguments of type MapSingleUseObjectEntityModifierConstructorDescriptionSingleUseObjectMapStorage
(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
Classes in org.keycloak.models.map.storage.hotRod.singleUseObject that implement MapSingleUseObjectEntityModifier and TypeClassDescriptionstatic class
class
-
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject
Methods in org.keycloak.models.map.storage.jpa.singleUseObject that return MapSingleUseObjectEntityModifier and TypeMethodDescriptionprotected MapSingleUseObjectEntity
JpaSingleUseObjectMapStorage.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 MapSingleUseObjectEntityModifier and TypeClassDescriptionclass
JPAMapSingleUseObjectEntity
implementation.class
Class that contains all the single-use object metadata that is written as JSON into the database.