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 classclassclassclassstatic classFields in org.keycloak.models.map.singleUseObject with type parameters of type MapSingleUseObjectEntityModifier and TypeFieldDescriptionprotected final MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel> MapSingleUseObjectProvider.singleUseObjectTxMethods in org.keycloak.models.map.singleUseObject that return MapSingleUseObjectEntityModifier and TypeMethodDescriptionstatic MapSingleUseObjectEntityMapSingleUseObjectEntityCloner.deepClone(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target) static MapSingleUseObjectEntityMapSingleUseObjectEntityCloner.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 MapSingleUseObjectEntityMapSingleUseObjectEntityCloner.deepClone(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target) static MapSingleUseObjectEntityMapSingleUseObjectEntityCloner.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_PREDICATESMethods 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 classclass -
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 MapSingleUseObjectEntityJpaSingleUseObjectMapStorage.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 TypeClassDescriptionclassJPAMapSingleUseObjectEntityimplementation.classClass that contains all the single-use object metadata that is written as JSON into the database.