logger.error("unexpected error caught looking up requestor's ip address", ex);
}
}
Authenticator authenticator = AuthenticatorFactory.getAuthenticator();
UddiEntityPublisher entityPublisher = authenticator.identify(authInfo, modelAuthToken.getAuthorizedName());
// Must make sure the returned publisher has all the necessary fields filled
if (entityPublisher == null) {
logger.warn("AUDIT FAILURE - Auth token invalided, publisher does not exist "+ getRequestorsIPAddress());
throw new AuthTokenRequiredException(new ErrorMessage("errors.auth.AuthInvalid"));