Class HotRodResourceEntity

    • Field Detail

      • entityVersion

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=1)
        public Integer entityVersion
      • id

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=2)
        public String id
      • realmId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=3)
        public String realmId
      • name

        @ProtoField(number=4)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public String name
      • nameLowercase

        @ProtoField(number=5)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public String nameLowercase
      • displayName

        @ProtoField(number=6)
        public String displayName
      • uris

        @ProtoField(number=7)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public Set<String> uris
      • type

        @ProtoField(number=8)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES, analyze = Analyze.YES, analyzer = @Analyzer(definition = \"filename\"))")
        public String type
      • iconUri

        @ProtoField(number=9)
        public String iconUri
      • owner

        @ProtoField(number=10)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public String owner
      • ownerManagedAccess

        @ProtoField(number=11)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public Boolean ownerManagedAccess
      • resourceServerId

        @ProtoField(number=12)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public String resourceServerId
      • scopeIds

        @ProtoField(number=13)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public Set<String> scopeIds
    • Constructor Detail

      • HotRodResourceEntity

        public HotRodResourceEntity()