Uses of Class
org.keycloak.models.map.storage.hotRod.singleUseObject.HotRodSingleUseObjectEntityDelegate
-
Packages that use HotRodSingleUseObjectEntityDelegate Package Description org.keycloak.models.map.storage.hotRod org.keycloak.models.map.storage.hotRod.singleUseObject -
-
Uses of HotRodSingleUseObjectEntityDelegate in org.keycloak.models.map.storage.hotRod
Methods in org.keycloak.models.map.storage.hotRod that return HotRodSingleUseObjectEntityDelegate Modifier and Type Method Description HotRodSingleUseObjectEntityDelegateSingleUseObjectHotRodMapStorage. create(HotRodSingleUseObjectEntityDelegate value)Methods in org.keycloak.models.map.storage.hotRod that return types with arguments of type HotRodSingleUseObjectEntityDelegate Modifier and Type Method Description protected MapKeycloakTransaction<HotRodSingleUseObjectEntityDelegate,SingleUseObjectValueModel>SingleUseObjectHotRodMapStorage. createTransactionInternal(KeycloakSession session)Stream<HotRodSingleUseObjectEntityDelegate>SingleUseObjectHotRodMapStorage. read(QueryParameters<SingleUseObjectValueModel> queryParameters)Methods in org.keycloak.models.map.storage.hotRod with parameters of type HotRodSingleUseObjectEntityDelegate Modifier and Type Method Description HotRodSingleUseObjectEntityDelegateSingleUseObjectHotRodMapStorage. create(HotRodSingleUseObjectEntityDelegate value)Constructor parameters in org.keycloak.models.map.storage.hotRod with type arguments of type HotRodSingleUseObjectEntityDelegate Constructor Description SingleUseObjectHotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper) -
Uses of HotRodSingleUseObjectEntityDelegate in org.keycloak.models.map.storage.hotRod.singleUseObject
Methods in org.keycloak.models.map.storage.hotRod.singleUseObject that return types with arguments of type HotRodSingleUseObjectEntityDelegate Modifier and Type Method Description Function<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate>HotRodSingleUseObjectEntityDescriptor. getHotRodDelegateProvider()
-