Class ConsentRepresentation

java.lang.Object
org.keycloak.representations.account.ConsentRepresentation

public class ConsentRepresentation extends Object
  • Constructor Details

    • ConsentRepresentation

      public ConsentRepresentation()
    • ConsentRepresentation

      public ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)
  • Method Details

    • getGrantedScopes

      public List<ConsentScopeRepresentation> getGrantedScopes()
    • setGrantedScopes

      public void setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes)
    • getCreatedDate

      public Long getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Long createdDate)
    • getLastUpdatedDate

      public Long getLastUpdatedDate()
    • setLastUpdatedDate

      public void setLastUpdatedDate(Long lastUpdatedDate)