Uses of Class
org.keycloak.models.map.storage.hotRod.common.HotRodAttributeEntity
-
-
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. attributes
-
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 HotRodAttributeEntity
HotRodTypesUtils. createHotRodAttributeEntityFromMapEntry(Map.Entry<String,List<String>> entry)
HotRodAttributeEntity
HotRodAttributeEntity$___Marshaller_7eaa50882fc5cf2b5d66d70fcb9d916f58e75613260846b9b2066a3d8434c5c5. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.common that return types with arguments of type HotRodAttributeEntity Modifier and Type Method Description Class<HotRodAttributeEntity>
HotRodAttributeEntity$___Marshaller_7eaa50882fc5cf2b5d66d70fcb9d916f58e75613260846b9b2066a3d8434c5c5. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodAttributeEntity Modifier and Type Method Description static String
HotRodTypesUtils. getKey(HotRodAttributeEntity attributeEntity)
static List<String>
HotRodTypesUtils. getValue(HotRodAttributeEntity attributeEntity)
void
HotRodAttributeEntity$___Marshaller_7eaa50882fc5cf2b5d66d70fcb9d916f58e75613260846b9b2066a3d8434c5c5. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodAttributeEntity $2)
-
Uses of HotRodAttributeEntity in org.keycloak.models.map.storage.hotRod.group
Fields in org.keycloak.models.map.storage.hotRod.group with type parameters of type HotRodAttributeEntity Modifier and Type Field Description Set<HotRodAttributeEntity>
HotRodGroupEntity. attributes
-
Uses of HotRodAttributeEntity in org.keycloak.models.map.storage.hotRod.user
Fields in org.keycloak.models.map.storage.hotRod.user with type parameters of type HotRodAttributeEntity Modifier and Type Field Description Set<HotRodAttributeEntity>
HotRodUserEntity. attributes
-