* @return the Server Response
*/
public ServerResponse preProcess(HttpRequest request, ResourceMethod method)
throws Failure, WebApplicationException {
SecurityHole securityHole = AuthUtil.checkForSecurityHoleAnnotation(
method.getMethod());
Principal principal = establishPrincipal(request, method, securityHole);
try {
verifyAccess(method.getMethod(), principal, getArguments(request, method),