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

/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/session/service/access/persistence/caching/
H A DInMemoryInternalSessionCacheStepTest.java71 private SessionModificationListener sessionModificationListener; field in class:InMemoryInternalSessionCacheStepTest
138 sessionModificationListener.sessionChanged(SESSION_ID);
213 * Populates the sessionModificationListener field with the value registered to the watcher
219 sessionModificationListener = (SessionModificationListener) invocationOnMock.getArguments()[0];

Completed in 27 milliseconds