Exemplo n.º 1
0
 /**
  * Returns the list of all teams available to the login service.
  *
  * @return list of all teams
  * @since 0.8.0
  */
 @Override
 public List<String> getAllTeamNames() {
   List<String> teams = userService.getAllTeamNames();
   return teams;
 }