Ejemplo n.º 1
0
 protected User createUser(String profileName, String endpoint) {
   User user = authenticationService.createUser(profileName, profileName, null);
   authenticationService.setAuthenticationSystem(profileName, endpoint);
   return user;
 }