Interface MapUserConsentEntity

    • Method Detail

      • getClientId

        String getClientId()
      • setClientId

        void setClientId​(String clientId)
      • getGrantedClientScopesIds

        Set<String> getGrantedClientScopesIds()
      • addGrantedClientScopesId

        void addGrantedClientScopesId​(String scope)
      • setGrantedClientScopesIds

        void setGrantedClientScopesIds​(Set<String> scopesIds)
      • removeGrantedClientScopesId

        void removeGrantedClientScopesId​(String scopesId)
      • getCreatedDate

        Long getCreatedDate()
      • setCreatedDate

        void setCreatedDate​(Long createdDate)
      • getLastUpdatedDate

        Long getLastUpdatedDate()
      • setLastUpdatedDate

        void setLastUpdatedDate​(Long lastUpdatedDate)