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

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DMaxSessionTimeExpiredProcess.java57 return timeoutHandler.timeoutBatch(batch);
H A DSessionIdleTimeExpiredProcess.java57 return timeoutHandler.timeoutBatch(batch);
H A DSessionExpiryBatchHandler.java86 CountDownLatch timeoutBatch(Collection<PartialToken> tokenIds) throws CoreTokenException { method in class:SessionExpiryBatchHandler
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/worker/process/
H A DSessionExpiryBatchHandlerTest.java80 newSessionExpiryBatchHandler(SessionEventType.IDLE_TIMEOUT).timeoutBatch(tokens);
96 newSessionExpiryBatchHandler(SessionEventType.MAX_TIMEOUT).timeoutBatch(tokens);
124 CountDownLatch countDownLatch = newSessionExpiryBatchHandler(eventType).timeoutBatch(tokens);

Completed in 29 milliseconds