response.sendError(HttpServletResponse.SC_UNAUTHORIZED,
sm.getString("authenticator.unauthorized"));
return new AuthResult(TomcatAuthStatus.SEND_CONTINUE, null);
}
} catch (IOException e) {
throw new ServerAuthException(e);
}
return new AuthResult(TomcatAuthStatus.SUCCESS, unauthenticatedIdentity);
}