Searched refs:timedOut (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthThreadManager.java160 Boolean timedOut = (Boolean) timedOutHash.get(thread);
161 return timedOut.booleanValue();
H A DAuthUtils.java692 boolean timedOut = false;
697 timedOut = loginState.isTimedOut();
699 if (!timedOut) {
702 timedOut = sess.isTimedOut();
704 loginState.setTimedOut(timedOut);
708 utilDebug.message("AuthUtils.sessionTimedOut: " + timedOut);
711 return timedOut;
H A DLoginState.java277 private boolean timedOut = false; field in class:LoginState
4067 return timedOut;
4073 * @param timedOut <code>true</code> to set timed out.
4075 public void setTimedOut(boolean timedOut) { argument
4076 this.timedOut = timedOut;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthThreadManager.java163 Boolean timedOut = (Boolean) timedOutHash.get(thread);
164 return timedOut.booleanValue();
H A DAuthUtils.java622 boolean timedOut = false;
627 timedOut = loginState.isTimedOut();
629 if (!timedOut) {
632 timedOut = sess.isTimedOut();
634 loginState.setTimedOut(timedOut);
638 utilDebug.message("AuthUtils.sessionTimedOut: " + timedOut);
641 return timedOut;
H A DLoginState.java287 private boolean timedOut = false; field in class:LoginState
3959 return timedOut;
3965 * @param timedOut <code>true</code> to set timed out.
3967 void setTimedOut(boolean timedOut) { argument
3968 this.timedOut = timedOut;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java909 boolean timedOut = false;
910 while (!timedOut)
937 timedOut = (System.currentTimeMillis() - startTime) > timeOut;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java909 boolean timedOut = false;
910 while (!timedOut)
937 timedOut = (System.currentTimeMillis() - startTime) > timeOut;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java869 boolean timedOut = false;
870 while (!timedOut)
889 timedOut = System.currentTimeMillis() - startTime > timeOut;
/forgerock/opendj2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 132 milliseconds