Searched defs:authThread (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java108 public static AuthThreadManager authThread = null; field in class:AMLoginContext
396 if (authThread == null) {
397 authThread = new AuthThreadManager();
398 authThread.start();
821 authThread.removeFromHash(thread, "timeoutHash");
943 authThread.setHash(thread, pageTimeOut, lastCallbackSent);
971 authThread.removeFromHash(thread, "timeoutHash");
1023 authThread.setHash(thread,pageTimeOut, lastCallbackSent);
1041 authThread.removeFromHash(thread, "timeoutHash");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java123 public static AuthThreadManager authThread = null; field in class:AMLoginContext
419 if (authThread == null) {
420 authThread = new AuthThreadManager();
421 authThread.start();
821 authThread.removeFromHash(thread, "timeoutHash");
938 authThread.setHash(thread, pageTimeOut, lastCallbackSent);
966 authThread.removeFromHash(thread, "timeoutHash");
1018 authThread.setHash(thread,pageTimeOut, lastCallbackSent);
1036 authThread.removeFromHash(thread, "timeoutHash");

Completed in 37 milliseconds