Class HotRodUserConsentEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.user.HotRodUserConsentEntity
All Implemented Interfaces:
UpdatableEntity

@Indexed public class HotRodUserConsentEntity extends AbstractHotRodEntity
  • Field Details

    • clientId

      @Basic(sortable=true) @ProtoField(number=1) public String clientId
    • grantedClientScopesIds

      @Basic(sortable=true) @ProtoField(number=2) public Set<String> grantedClientScopesIds
    • createdDate

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

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

    • HotRodUserConsentEntity

      public HotRodUserConsentEntity()
  • Method Details