Uses of Class
org.keycloak.models.map.storage.hotRod.client.HotRodClientEntity
-
Packages that use HotRodClientEntity Package Description org.keycloak.models.map.storage.hotRod.client -
-
Uses of HotRodClientEntity in org.keycloak.models.map.storage.hotRod.client
Methods in org.keycloak.models.map.storage.hotRod.client that return HotRodClientEntity Modifier and Type Method Description HotRodClientEntity
HotRodClientEntityDelegate. getHotRodEntity()
HotRodClientEntity
HotRodClientEntity$___Marshaller_60179a433a79905d43ac5eb3654d7bae9f1a6a11e81a84fde77e3e7b5a862c48. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.client that return types with arguments of type HotRodClientEntity Modifier and Type Method Description Class<HotRodClientEntity>
HotRodClientEntityDescriptor. getEntityTypeClass()
Function<HotRodClientEntity,HotRodClientEntityDelegate>
HotRodClientEntityDescriptor. getHotRodDelegateProvider()
Class<HotRodClientEntity>
HotRodClientEntity$___Marshaller_60179a433a79905d43ac5eb3654d7bae9f1a6a11e81a84fde77e3e7b5a862c48. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.client with parameters of type HotRodClientEntity Modifier and Type Method Description static int
HotRodClientEntityDelegate. entityHashCode(HotRodClientEntity e)
void
HotRodClientEntity$___Marshaller_60179a433a79905d43ac5eb3654d7bae9f1a6a11e81a84fde77e3e7b5a862c48. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodClientEntity $2)
Constructors in org.keycloak.models.map.storage.hotRod.client with parameters of type HotRodClientEntity Constructor Description HotRodClientEntityDelegate(HotRodClientEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.
-