예제 #1
0
 private List<String> authenticate(String password, String hash) {
   UserFacade facade = new UserFacade();
   return facade.authenticateUser(password, hash);
 }