Class HotRodGroupEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntity
All Implemented Interfaces:
UpdatableEntity

@Indexed @ProtoDoc("schema-version: 1") public class HotRodGroupEntity extends AbstractHotRodEntity
  • Field Details

    • VERSION

      public static final int VERSION
      See Also:
    • entityVersion

      @Basic(projectable=true) @ProtoField(number=1) public Integer entityVersion
    • id

      @Basic(projectable=true, sortable=true) @ProtoField(number=2) public String id
    • realmId

      @Basic(sortable=true) @ProtoField(number=3) public String realmId
    • name

      @Keyword(sortable=true, normalizer="lowercase") @ProtoField(number=4) public String name
    • parentId

      @Basic(sortable=true) @ProtoField(number=5) public String parentId
    • attributes

      @Basic(sortable=true) @ProtoField(number=6) public Set<HotRodAttributeEntity> attributes
    • grantedRoles

      @Basic(sortable=true) @ProtoField(number=7) public Set<String> grantedRoles
  • Constructor Details

    • HotRodGroupEntity

      public HotRodGroupEntity()
  • Method Details