Interface MapUserConsentEntity

All Superinterfaces:
UpdatableEntity
All Known Implementing Classes:
HotRodUserConsentEntityDelegate, JpaUserConsentEntity, JpaUserConsentMetadata, MapUserConsentEntityDelegate, MapUserConsentEntityFieldDelegate, MapUserConsentEntityImpl, MapUserConsentEntityImpl.Empty

public interface MapUserConsentEntity extends UpdatableEntity
  • Method Details

    • fromModel

      static MapUserConsentEntity fromModel(UserConsentModel model)
    • toModel

      static UserConsentModel toModel(RealmModel realm, MapUserConsentEntity entity)
    • 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)