3940414243444546
try { return AuthenticationHelper.authenticate(username, password); } catch (AuthenticationException e) { throw new PasswordValidationException(e.getMessage()); } }