Uses of Interface
org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntity
- 
- 
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.singleUseObjectClasses in org.keycloak.models.map.singleUseObject that implement MapSingleUseObjectEntity Modifier and Type Class Description static classMapSingleUseObjectEntity.AbstractSingleUseObjectEntityclassMapSingleUseObjectEntityDelegateclassMapSingleUseObjectEntityFieldDelegateclassMapSingleUseObjectEntityImplstatic classMapSingleUseObjectEntityImpl.EmptyFields in org.keycloak.models.map.singleUseObject with type parameters of type MapSingleUseObjectEntity Modifier and Type Field Description protected MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel>MapSingleUseObjectProvider. singleUseObjectTxMethods in org.keycloak.models.map.singleUseObject that return MapSingleUseObjectEntity Modifier and Type Method Description static 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 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 MapSingleUseObjectEntityMapSingleUseObjectEntityCloner. deepClone(MapSingleUseObjectEntity original, MapSingleUseObjectEntity target)static MapSingleUseObjectEntityMapSingleUseObjectEntityCloner. 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(MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel> storage)
- 
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.chmFields 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_PREDICATESMethods in org.keycloak.models.map.storage.chm that return MapSingleUseObjectEntity Modifier and Type Method Description MapSingleUseObjectEntitySingleUseObjectConcurrentHashMapCrudOperations. create(MapSingleUseObjectEntity value)MapSingleUseObjectEntitySingleUseObjectMapStorage. create(MapSingleUseObjectEntity value)Methods in org.keycloak.models.map.storage.chm that return types with arguments of type MapSingleUseObjectEntity Modifier and Type Method Description Stream<MapSingleUseObjectEntity>SingleUseObjectConcurrentHashMapCrudOperations. read(QueryParameters<SingleUseObjectValueModel> queryParameters)Methods in org.keycloak.models.map.storage.chm with parameters of type MapSingleUseObjectEntity Modifier and Type Method Description MapSingleUseObjectEntitySingleUseObjectConcurrentHashMapCrudOperations. create(MapSingleUseObjectEntity value)MapSingleUseObjectEntitySingleUseObjectMapStorage. create(MapSingleUseObjectEntity value)Constructor parameters in org.keycloak.models.map.storage.chm with type arguments of type MapSingleUseObjectEntity Constructor Description SingleUseObjectMapStorage(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.singleUseObjectClasses in org.keycloak.models.map.storage.hotRod.singleUseObject that implement MapSingleUseObjectEntity Modifier and Type Class Description static classHotRodSingleUseObjectEntity.AbstractHotRodSingleUseObjectEntityDelegateclassHotRodSingleUseObjectEntityDelegate
- 
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObjectMethods in org.keycloak.models.map.storage.jpa.singleUseObject that return MapSingleUseObjectEntity Modifier and Type Method Description protected MapSingleUseObjectEntityJpaSingleUseObjectMapStorage. mapToEntityDelegate(JpaSingleUseObjectEntity original)
- 
Uses of MapSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entityClasses in org.keycloak.models.map.storage.jpa.singleUseObject.entity that implement MapSingleUseObjectEntity Modifier and Type Class Description classJpaSingleUseObjectEntityJPAMapSingleUseObjectEntityimplementation.classJpaSingleUseObjectMetadataClass that contains all the single-use object metadata that is written as JSON into the database.
 
-