2728293031323334353637
ExecutionContext context) throws ActionException { UserInformation UIO = new UserInformation(servletContext); try { return UIO.verifyUser(action); } catch (VerificationException e) { throw new ActionException(e.getMessage()); } }