Uses of Class
org.keycloak.models.map.storage.hotRod.client.HotRodAttributeEntity
-
Packages that use HotRodAttributeEntity Package Description org.keycloak.models.map.storage.hotRod.client org.keycloak.models.map.storage.hotRod.common -
-
Uses of HotRodAttributeEntity in org.keycloak.models.map.storage.hotRod.client
Fields in org.keycloak.models.map.storage.hotRod.client with type parameters of type HotRodAttributeEntity Modifier and Type Field Description Set<HotRodAttributeEntity>HotRodClientEntity. attributesMethods in org.keycloak.models.map.storage.hotRod.client that return HotRodAttributeEntity Modifier and Type Method Description HotRodAttributeEntityHotRodAttributeEntity$___Marshaller_2112b966ae83e75020f9e9469c6f25991c971ef949743800573197e545c7842c. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)Methods in org.keycloak.models.map.storage.hotRod.client that return types with arguments of type HotRodAttributeEntity Modifier and Type Method Description Class<HotRodAttributeEntity>HotRodAttributeEntity$___Marshaller_2112b966ae83e75020f9e9469c6f25991c971ef949743800573197e545c7842c. getJavaClass()Methods in org.keycloak.models.map.storage.hotRod.client with parameters of type HotRodAttributeEntity Modifier and Type Method Description voidHotRodAttributeEntity$___Marshaller_2112b966ae83e75020f9e9469c6f25991c971ef949743800573197e545c7842c. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, HotRodAttributeEntity $3) -
Uses of HotRodAttributeEntity in org.keycloak.models.map.storage.hotRod.common
Methods in org.keycloak.models.map.storage.hotRod.common that return HotRodAttributeEntity Modifier and Type Method Description static HotRodAttributeEntityHotRodTypesUtils. createHotRodAttributeEntityFromMapEntry(Map.Entry<String,List<String>> entry)Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodAttributeEntity Modifier and Type Method Description static StringHotRodTypesUtils. getKey(HotRodAttributeEntity attributeEntity)static List<String>HotRodTypesUtils. getValue(HotRodAttributeEntity attributeEntity)
-