public void run() {
final Timer timer = this;
long curTime = System.currentTimeMillis();
long maxTime = 1000 * 60 * timeout;
if (curTime - initTime > maxTime) {
timer.cancel();
}
String createUserRes = Cookies.getCookie(AuthenticationConstants.CREATE_USER_TO_ASSOC_OPENID_RESULT);
if (createUserRes != null
&& createUserRes.equalsIgnoreCase(AuthenticationConstants.CREATE_USER_TO_ASSOC_OPENID_SUCCESS)) {