Uses of Interface
org.keycloak.models.map.storage.hotRod.common.HotRodEntityDelegate
-
Packages that use HotRodEntityDelegate Package Description org.keycloak.models.map.storage.hotRod org.keycloak.models.map.storage.hotRod.client org.keycloak.models.map.storage.hotRod.common -
-
Uses of HotRodEntityDelegate in org.keycloak.models.map.storage.hotRod
Classes in org.keycloak.models.map.storage.hotRod with type parameters of type HotRodEntityDelegate Modifier and Type Class Description classHotRodMapStorage<K,E extends AbstractHotRodEntity,V extends HotRodEntityDelegate<E>,M>Methods in org.keycloak.models.map.storage.hotRod with type parameters of type HotRodEntityDelegate Modifier and Type Method Description <E extends AbstractHotRodEntity,V extends HotRodEntityDelegate<E>,M>
HotRodMapStorage<String,E,V,M>HotRodMapStorageProvider. getHotRodStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
Uses of HotRodEntityDelegate in org.keycloak.models.map.storage.hotRod.client
Classes in org.keycloak.models.map.storage.hotRod.client that implement HotRodEntityDelegate Modifier and Type Class Description static classHotRodClientEntity.AbstractHotRodClientEntityDelegateclassHotRodClientEntityDelegateclassHotRodProtocolMapperEntityDelegate -
Uses of HotRodEntityDelegate in org.keycloak.models.map.storage.hotRod.common
Classes in org.keycloak.models.map.storage.hotRod.common with type parameters of type HotRodEntityDelegate Modifier and Type Class Description classHotRodEntityDescriptor<E,D extends HotRodEntityDelegate<E>>
-