Class HotRodClientScopeEntity

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

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

    • VERSION

      public static final int VERSION
      See Also:
    • entityVersion

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

      @ProtoField(number=2) public String id
    • realmId

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

      @Basic(sortable=true) @ProtoField(number=4) public String name
    • protocol

      @ProtoField(number=5) public String protocol
    • description

      @ProtoField(number=6) public String description
    • scopeMappings

      @ProtoField(number=7) public Collection<String> scopeMappings
    • protocolMappers

      @ProtoField(number=8) public Set<HotRodProtocolMapperEntity> protocolMappers
    • attributes

      @ProtoField(number=9) public Set<HotRodAttributeEntityNonIndexed> attributes
  • Constructor Details

    • HotRodClientScopeEntity

      public HotRodClientScopeEntity()
  • Method Details