Exemplo n.º 1
0
 /**
  * Set the user service. The user service authenticates *local* users and is responsible for
  * persisting and retrieving all users and all teams.
  *
  * @param userService
  */
 public void setUserService(IUserService userService) {
   this.userService = userService;
   this.userService.setup(runtimeManager);
   logger.info(userService.toString());
 }