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