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