Exemplo n.º 1
0
 /**
  * Returns the list of all users who are allowed to bypass the access restriction placed on the
  * specified repository.
  *
  * @param role the repository name
  * @return list of all usernames that can bypass the access restriction
  * @since 0.8.0
  */
 @Override
 public List<String> getUsernamesForRepositoryRole(String role) {
   return userService.getUsernamesForRepositoryRole(role);
 }