Class HotRodComponentEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.realm.entity.HotRodComponentEntity
All Implemented Interfaces:
UpdatableEntity

@Indexed public class HotRodComponentEntity extends AbstractHotRodEntity
  • Field Details

    • id

      @ProtoField(number=1) public String id
    • name

      @ProtoField(number=2) public String name
    • parentId

      @ProtoField(number=3) public String parentId
    • providerId

      @ProtoField(number=4) public String providerId
    • providerType

      @Basic(sortable=true) @ProtoField(number=5) public String providerType
    • subType

      @ProtoField(number=6) public String subType
    • config

      @ProtoField(number=7) public Set<HotRodAttributeEntityNonIndexed> config
  • Constructor Details

    • HotRodComponentEntity

      public HotRodComponentEntity()
  • Method Details