Uses of Interface
org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntity
-
Packages that use MapSingleUseObjectEntity Package Description org.keycloak.models.map.singleUseObject org.keycloak.models.map.storage.chm -
-
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 classMapSingleUseObjectEntity.AbstractSingleUseObjectEntityclassMapSingleUseObjectEntityDelegateclassMapSingleUseObjectEntityFieldDelegateclassMapSingleUseObjectEntityImplstatic classMapSingleUseObjectEntityImpl.EmptyFields in org.keycloak.models.map.singleUseObject with type parameters of type MapSingleUseObjectEntity Modifier and Type Field Description protected MapKeycloakTransaction<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 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(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_PREDICATESMethods in org.keycloak.models.map.storage.chm that return MapSingleUseObjectEntity Modifier and Type Method Description MapSingleUseObjectEntitySingleUseObjectConcurrentHashMapStorage. create(MapSingleUseObjectEntity value)MapSingleUseObjectEntitySingleUseObjectKeycloakTransaction. 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 MapSingleUseObjectEntitySingleUseObjectConcurrentHashMapStorage. create(MapSingleUseObjectEntity value)MapSingleUseObjectEntitySingleUseObjectKeycloakTransaction. 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)
-