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 HotRodSingleUseObjectEntityDelegate
SingleUseObjectHotRodCrudOperations. create(HotRodSingleUseObjectEntityDelegate value)
Methods in org.keycloak.models.map.storage.hotRod that return types with arguments of type HotRodSingleUseObjectEntityDelegate Modifier and Type Method Description Stream<HotRodSingleUseObjectEntityDelegate>
SingleUseObjectHotRodCrudOperations. read(QueryParameters<SingleUseObjectValueModel> queryParameters)
Methods in org.keycloak.models.map.storage.hotRod with parameters of type HotRodSingleUseObjectEntityDelegate Modifier and Type Method Description HotRodSingleUseObjectEntityDelegate
SingleUseObjectHotRodCrudOperations. create(HotRodSingleUseObjectEntityDelegate value)
Constructor parameters in org.keycloak.models.map.storage.hotRod with type arguments of type HotRodSingleUseObjectEntityDelegate Constructor Description SingleUseObjectHotRodCrudOperations(KeycloakSession session, org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, Long lockTimeout)
-
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()
-