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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java248 goThroughRunnable = new GoThroughRunnable(cleanUpInterval);
2557 private class GoThroughRunnable extends GeneralTaskRunnable { class in class:AssertionManager
2561 public GoThroughRunnable(long runPeriod) { method in class:AssertionManager.GoThroughRunnable
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java250 goThroughRunnable = new GoThroughRunnable(cleanUpInterval);
2559 private class GoThroughRunnable extends GeneralTaskRunnable { class in class:AssertionManager
2563 public GoThroughRunnable(long runPeriod) { method in class:AssertionManager.GoThroughRunnable

Completed in 34 milliseconds