Class HotRodPolicyEntity

    • 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
      • description

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

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

        @ProtoField(number=8)
        public Integer decisionStrategy
      • logic

        @ProtoField(number=9)
        public Integer logic
      • configs

        @ProtoField(number=10)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public Set<HotRodStringPair> configs
      • resourceServerId

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

        @ProtoField(number=12)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public Set<String> associatedPolicyIds
      • resourceIds

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

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

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

      • HotRodPolicyEntity

        public HotRodPolicyEntity()