Searched refs:thenSend (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1401 MockServer thenSend(final int messageID, final ProtocolOp op) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
2531 .thenSend(0 /* disconnect ID */,
2579 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2625 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2669 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
2922 .thenSend(0 /* disconnect ID */,
2971 .thenSend(1, newSearchResult(ResultCode.SUCCESS)).start();
3019 .thenSend(1, newSearchResult(ResultCode.UNAVAILABLE)).start();
3068 .thenSend(1, newSearchEntry(adDNString))
3069 .thenSend(
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1375 MockServer thenSend(final int messageID, final ProtocolOp op) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
2490 .thenSend(0 /* disconnect ID */,
2535 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2578 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2619 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
2852 .thenSend(0 /* disconnect ID */,
2898 .thenSend(1, newSearchResult(ResultCode.SUCCESS)).start();
2943 .thenSend(1, newSearchResult(ResultCode.UNAVAILABLE)).start();
2989 .thenSend(1, newSearchEntry(adDNString))
2990 .thenSend(
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1407 MockServer thenSend(final int messageID, final ProtocolOp op) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
2537 .thenSend(0 /* disconnect ID */,
2585 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2631 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2675 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
2928 .thenSend(0 /* disconnect ID */,
2977 .thenSend(1, newSearchResult(ResultCode.SUCCESS)).start();
3025 .thenSend(1, newSearchResult(ResultCode.UNAVAILABLE)).start();
3074 .thenSend(1, newSearchEntry(adDNString))
3075 .thenSend(
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1375 MockServer thenSend(final int messageID, final ProtocolOp op) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
2490 .thenSend(0 /* disconnect ID */,
2535 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2578 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2619 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
2852 .thenSend(0 /* disconnect ID */,
2898 .thenSend(1, newSearchResult(ResultCode.SUCCESS)).start();
2943 .thenSend(1, newSearchResult(ResultCode.UNAVAILABLE)).start();
2989 .thenSend(1, newSearchEntry(adDNString))
2990 .thenSend(
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1401 MockServer thenSend(final int messageID, final ProtocolOp op) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
2531 .thenSend(0 /* disconnect ID */,
2579 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2625 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2669 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
2922 .thenSend(0 /* disconnect ID */,
2971 .thenSend(1, newSearchResult(ResultCode.SUCCESS)).start();
3019 .thenSend(1, newSearchResult(ResultCode.UNAVAILABLE)).start();
3068 .thenSend(1, newSearchEntry(adDNString))
3069 .thenSend(
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1332 MockServer thenSend(final int messageID, final ProtocolOp op) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
2435 .thenSend(0 /* disconnect ID */,
2480 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2523 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2564 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
2796 .thenSend(0 /* disconnect ID */,
2842 .thenSend(1, newSearchResult(ResultCode.SUCCESS)).start();
2887 .thenSend(1, newSearchResult(ResultCode.UNAVAILABLE)).start();
2933 .thenSend(1, newSearchEntry(adDNString))
2934 .thenSend(
[all...]

Completed in 52 milliseconds