return new UserWrapper(principal, groups);
}
protected void callUpdatePassword(String user, String password) throws RemoteException {
PasswordCredential credential = new PasswordCredential();
credential.setCredential(password);
credential.setEncryptedCredential(false);
SecurityServerHttpBindingStub stub = getStub();
AuthenticatedToken token = getToken(stub);
try {