Class HotRodAdminEventEntity

    • Field Detail

      • entityVersion

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

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

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=3)
        public Long expiration
      • timestamp

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=4)
        public Long timestamp
      • operationType

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=5)
        public Integer operationType
      • authClientId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=6)
        public String authClientId
      • authIpAddress

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=7)
        public String authIpAddress
      • authRealmId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=8)
        public String authRealmId
      • authUserId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=9)
        public String authUserId
      • error

        @ProtoField(number=10)
        public String error
      • realmId

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

        @ProtoField(number=12)
        public String representation
      • resourcePath

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=13)
        public String resourcePath
      • resourceType

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

      • HotRodAdminEventEntity

        public HotRodAdminEventEntity()