Uses of Class
org.keycloak.models.map.storage.hotRod.user.HotRodUserConsentEntity
-
Packages that use HotRodUserConsentEntity Package Description org.keycloak.models.map.storage.hotRod.common org.keycloak.models.map.storage.hotRod.user -
-
Uses of HotRodUserConsentEntity in org.keycloak.models.map.storage.hotRod.common
Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodUserConsentEntity Modifier and Type Method Description static String
HotRodTypesUtils. getKey(HotRodUserConsentEntity hotRodUserConsentEntity)
-
Uses of HotRodUserConsentEntity in org.keycloak.models.map.storage.hotRod.user
Fields in org.keycloak.models.map.storage.hotRod.user with type parameters of type HotRodUserConsentEntity Modifier and Type Field Description Set<HotRodUserConsentEntity>
HotRodUserEntity. userConsents
Methods in org.keycloak.models.map.storage.hotRod.user that return HotRodUserConsentEntity Modifier and Type Method Description HotRodUserConsentEntity
HotRodUserConsentEntityDelegate. getHotRodEntity()
HotRodUserConsentEntity
HotRodUserConsentEntity$___Marshaller_94f0c89a18d3b5525f6b3a9248b79b536f16a91cbd059c3be592bfb1d1394e5d. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.user that return types with arguments of type HotRodUserConsentEntity Modifier and Type Method Description Class<HotRodUserConsentEntity>
HotRodUserConsentEntity$___Marshaller_94f0c89a18d3b5525f6b3a9248b79b536f16a91cbd059c3be592bfb1d1394e5d. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.user with parameters of type HotRodUserConsentEntity Modifier and Type Method Description static int
HotRodUserConsentEntityDelegate. entityHashCode(HotRodUserConsentEntity e)
void
HotRodUserConsentEntity$___Marshaller_94f0c89a18d3b5525f6b3a9248b79b536f16a91cbd059c3be592bfb1d1394e5d. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodUserConsentEntity $2)
Constructors in org.keycloak.models.map.storage.hotRod.user with parameters of type HotRodUserConsentEntity Constructor Description HotRodUserConsentEntityDelegate(HotRodUserConsentEntity hotRodEntity)
-