Class UserConsentRepresentation

java.lang.Object
org.keycloak.representations.idm.UserConsentRepresentation

public class UserConsentRepresentation extends Object
Author:
Marek Posolda
  • Field Details

    • clientId

      protected String clientId
    • grantedClientScopes

      protected List<String> grantedClientScopes
    • grantedRealmRoles

      @Deprecated protected List<String> grantedRealmRoles
      Deprecated.
  • Constructor Details

    • UserConsentRepresentation

      public UserConsentRepresentation()
  • Method Details

    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getGrantedClientScopes

      public List<String> getGrantedClientScopes()
    • setGrantedClientScopes

      public void setGrantedClientScopes(List<String> grantedClientScopes)
    • setCreatedDate

      public void setCreatedDate(Long createdDate)
    • getCreatedDate

      public Long getCreatedDate()
    • setLastUpdatedDate

      public void setLastUpdatedDate(Long lastUpdatedDate)
    • getLastUpdatedDate

      public Long getLastUpdatedDate()
    • getGrantedRealmRoles

      @Deprecated public List<String> getGrantedRealmRoles()
      Deprecated.