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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java130 private static TaskRunnable cGoThrough = null; field in class:SAMLUtils
139 cGoThrough = new POSTCleanUpRunnable(period, idTimeMap);
141 timerPool.schedule(cGoThrough, new Date(((System.currentTimeMillis()
1186 cGoThrough.addElement(aIDString);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java127 private static TaskRunnable cGoThrough = null; field in class:FSAssertionArtifactHandler
153 cGoThrough = new POSTCleanUpRunnable(period, idTimeMap);
155 timerPool.schedule(cGoThrough, new Date(((System.currentTimeMillis()
865 cGoThrough.addElement(aIDString);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java129 private static TaskRunnable cGoThrough = null; field in class:FSAssertionArtifactHandler
155 cGoThrough = new POSTCleanUpRunnable(period, idTimeMap);
157 timerPool.schedule(cGoThrough, new Date(((currentTimeMillis()
867 cGoThrough.addElement(aIDString);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java132 private static TaskRunnable cGoThrough = null; field in class:SAMLUtils
141 cGoThrough = new POSTCleanUpRunnable(period, idTimeMap);
143 timerPool.schedule(cGoThrough, new Date(((currentTimeMillis()
1188 cGoThrough.addElement(aIDString);

Completed in 218 milliseconds