Searched refs:artifactTimeoutRunnable (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java111 private PeriodicGroupRunnable artifactTimeoutRunnable; field in class:FSAssertionManager
249 artifactTimeoutRunnable = new PeriodicGroupRunnable(timeoutAction,
254 pool.schedule(artifactTimeoutRunnable, new Date(((
884 artifactTimeoutRunnable.removeElement(aIDString);
886 artifactTimeoutRunnable.addElement(aIDString);
986 artifactTimeoutRunnable.removeElement(aIDString);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java114 private PeriodicGroupRunnable artifactTimeoutRunnable; field in class:FSAssertionManager
252 artifactTimeoutRunnable = new PeriodicGroupRunnable(timeoutAction,
257 pool.schedule(artifactTimeoutRunnable, new Date(((
887 artifactTimeoutRunnable.removeElement(aIDString);
889 artifactTimeoutRunnable.addElement(aIDString);
989 artifactTimeoutRunnable.removeElement(aIDString);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java142 private static TaskRunnable artifactTimeoutRunnable; field in class:AssertionManager
242 artifactTimeoutRunnable = new PeriodicGroupRunnable(
245 timerPool.schedule(artifactTimeoutRunnable, new Date(((
499 artifactTimeoutRunnable.removeElement(artString);
501 artifactTimeoutRunnable.addElement(artString);
908 artifactTimeoutRunnable.removeElement(artString);
910 artifactTimeoutRunnable.addElement(artString);
1129 artifactTimeoutRunnable.removeElement(artString);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java144 private static TaskRunnable artifactTimeoutRunnable; field in class:AssertionManager
244 artifactTimeoutRunnable = new PeriodicGroupRunnable(
247 timerPool.schedule(artifactTimeoutRunnable, new Date(((
501 artifactTimeoutRunnable.removeElement(artString);
503 artifactTimeoutRunnable.addElement(artString);
910 artifactTimeoutRunnable.removeElement(artString);
912 artifactTimeoutRunnable.addElement(artString);
1131 artifactTimeoutRunnable.removeElement(artString);

Completed in 36 milliseconds