コード例 #1
0
ファイル: OpenIdLogin.java プロジェクト: EmergentIdeas/todo
 protected User createUser(String profileName, String endpoint) {
   User user = authenticationService.createUser(profileName, profileName, null);
   authenticationService.setAuthenticationSystem(profileName, endpoint);
   return user;
 }