* @throws ProcessException on access problems
*/
public Userinfo getUserinfo() throws ActionException, ProcessException {
LOGGER.debug("get userinfo");
if (ui == null || loginChangeUserInfo) {
GetUserinfo a;
try {
a = new GetUserinfo(getVersion());
performAction(a);
ui = a;
loginChangeUserInfo = false;
} catch (VersionException e) {