Class HotRodUserConsentEntity

    • Field Detail

      • clientId

        @ProtoField(number=1)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public String clientId
      • grantedClientScopesIds

        @ProtoField(number=2)
        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        public Set<String> grantedClientScopesIds
      • createdDate

        @ProtoField(number=3)
        public Long createdDate
      • lastUpdatedDate

        @ProtoField(number=4)
        public Long lastUpdatedDate
    • Constructor Detail

      • HotRodUserConsentEntity

        public HotRodUserConsentEntity()