Uses of Class
org.keycloak.models.map.storage.hotRod.user.HotRodUserCredentialEntity
-
Packages that use HotRodUserCredentialEntity Package Description org.keycloak.models.map.storage.hotRod.user -
-
Uses of HotRodUserCredentialEntity in org.keycloak.models.map.storage.hotRod.user
Fields in org.keycloak.models.map.storage.hotRod.user with type parameters of type HotRodUserCredentialEntity Modifier and Type Field Description List<HotRodUserCredentialEntity>
HotRodUserEntity. credentials
Methods in org.keycloak.models.map.storage.hotRod.user that return HotRodUserCredentialEntity Modifier and Type Method Description HotRodUserCredentialEntity
HotRodUserCredentialEntityDelegate. getHotRodEntity()
HotRodUserCredentialEntity
HotRodUserCredentialEntity$___Marshaller_20cea60b3d22077ccb7bf3e15c5e75dedab46990f0020c7ff267f96f8cf00bc5. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.user that return types with arguments of type HotRodUserCredentialEntity Modifier and Type Method Description Class<HotRodUserCredentialEntity>
HotRodUserCredentialEntity$___Marshaller_20cea60b3d22077ccb7bf3e15c5e75dedab46990f0020c7ff267f96f8cf00bc5. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.user with parameters of type HotRodUserCredentialEntity Modifier and Type Method Description static int
HotRodUserCredentialEntityDelegate. entityHashCode(HotRodUserCredentialEntity e)
void
HotRodUserCredentialEntity$___Marshaller_20cea60b3d22077ccb7bf3e15c5e75dedab46990f0020c7ff267f96f8cf00bc5. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodUserCredentialEntity $2)
Constructors in org.keycloak.models.map.storage.hotRod.user with parameters of type HotRodUserCredentialEntity Constructor Description HotRodUserCredentialEntityDelegate(HotRodUserCredentialEntity hotRodEntity)
-