Searched refs:sessionConstraint (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DSessionExpiryBatchHandler.java122 private final SessionConstraint sessionConstraint; field in class:SessionExpiryBatchHandler.StateChangeResultHandler
136 * @param sessionConstraint transitive dependency required by {@link InternalSession}.
149 SessionConstraint sessionConstraint) {
162 this.sessionConstraint = sessionConstraint;
181 sessionConstraint, debug);
139 StateChangeResultHandler( @amedCoreTokenConstants.CTS_DEBUG) Debug debug, SessionAdapter sessionAdapter, LocalOperations localOperations, @Assisted final SessionEventType sessionEventType, @Assisted final CountDownLatch countDownLatch, SessionService sessionService, SessionServiceConfig sessionServiceConfig, InternalSessionEventBroker internalSessionEventBroker, SessionUtilsWrapper sessionUtilsWrapper, SessionConstraint sessionConstraint) argument
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DInternalSessionTest.java51 @Mock private SessionConstraint sessionConstraint; field in class:InternalSessionTest
109 given(sessionConstraint.checkQuotaAndPerformAction(eq(session))).willReturn(true);
272 sessionConstraint,
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java109 private transient SessionConstraint sessionConstraint; field in class:InternalSession
186 SessionConstraint sessionConstraint, Debug debug) {
189 sessionUtilsWrapper, sessionConstraint, debug);
242 SessionUtilsWrapper sessionUtilsWrapper, SessionConstraint sessionConstraint, Debug debug) {
248 this.sessionConstraint = sessionConstraint;
717 if (sessionConstraint.checkQuotaAndPerformAction(this)) {
183 InternalSession( SessionID sid, SessionService service, SessionServiceConfig serviceConfig, InternalSessionEventBroker internalSessionEventBroker, SessionUtilsWrapper sessionUtilsWrapper, SessionConstraint sessionConstraint, Debug debug) argument
240 setSessionServiceDependencies( SessionService service, SessionServiceConfig serviceConfig, InternalSessionEventBroker internalSessionEventBroker, SessionUtilsWrapper sessionUtilsWrapper, SessionConstraint sessionConstraint, Debug debug) argument

Completed in 31 milliseconds