protected UserWrapper callGetUser(String user) throws RemoteException {
SecurityServerHttpBindingStub stub = getStub();
AuthenticatedToken token = getToken(stub);
SOAPPrincipal principal;
try {
principal = stub.findPrincipalByName(token, user);
} catch (InvalidAuthorizationTokenException e) {
Debug.logError(e, module);
throw e;