public void setScopes(List<String> scopes) {
   setScopesList(scopes);
   this.scopes = PathUtils.collectionToDelimitedString(scopes);
 }