Class HotRodAuthEventEntity

    • Field Detail

      • entityVersion

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

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

        @Basic(sortable=true)
        @ProtoField(number=3)
        public Integer type
      • expiration

        @ProtoField(number=4)
        public Long expiration
      • timestamp

        @Basic(sortable=true)
        @ProtoField(number=5)
        public Long timestamp
      • clientId

        @Basic(sortable=true)
        @ProtoField(number=6)
        public String clientId
      • error

        @ProtoField(number=7)
        public String error
      • ipAddress

        @Basic(sortable=true)
        @ProtoField(number=8)
        public String ipAddress
      • realmId

        @Basic(sortable=true)
        @ProtoField(number=9)
        public String realmId
      • sessionId

        @ProtoField(number=10)
        public String sessionId
      • userId

        @Basic(sortable=true)
        @ProtoField(number=11)
        public String userId
    • Constructor Detail

      • HotRodAuthEventEntity

        public HotRodAuthEventEntity()