return null;
}
}
// authentication failed
throw new AuthenticationException("Unauthorized");
// authentication failed, request the authetication, add the realm
// name if needed to the value of WWW-Authenticate
//return Response.status(Response.Status.UNAUTHORIZED).header("WWW-Authenticate", "Basic").build();
}