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

/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/
H A DCTSOperationsTest.java54 private CTSOperations ctsOperations; field in class:CTSOperationsTest
75 ctsOperations = new CTSOperations(mockCTS, mockAdapter, mockIdFactory, mockInfoFactory, mockSessionService,
92 SessionInfo result = ctsOperations.refresh(mockSession, false);
107 SessionInfo result = ctsOperations.refresh(mockSession, false);
123 ctsOperations.refresh(mockSession, true);
135 ctsOperations.refresh(mockSession, false);
146 ctsOperations.logout(mockSession);
157 ctsOperations.logout(mockSession);
171 ctsOperations.logout(mockSession);
182 ctsOperations
[all...]

Completed in 27 milliseconds