Searched defs:newBindResult (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.java2579 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2625 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2669 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
4493 BindResponseProtocolOp newBindResult(final ResultCode resultCode) method in class:LDAPPassThroughAuthenticationPolicyTestCase
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java2535 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2578 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2619 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
4401 BindResponseProtocolOp newBindResult(final ResultCode resultCode) method in class:LDAPPassThroughAuthenticationPolicyTestCase
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java2585 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2631 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2675 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
4499 BindResponseProtocolOp newBindResult(final ResultCode resultCode) method in class:LDAPPassThroughAuthenticationPolicyTestCase
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java2535 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2578 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2619 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
4401 BindResponseProtocolOp newBindResult(final ResultCode resultCode) method in class:LDAPPassThroughAuthenticationPolicyTestCase
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java2579 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2625 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2669 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
4493 BindResponseProtocolOp newBindResult(final ResultCode resultCode) method in class:LDAPPassThroughAuthenticationPolicyTestCase
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java2480 .thenSend(1, newBindResult(ResultCode.INVALID_CREDENTIALS)).start();
2523 .thenSend(1, newBindResult(ResultCode.UNAVAILABLE)).start();
2564 .thenSend(1, newBindResult(ResultCode.SUCCESS)).start();
4342 BindResponseProtocolOp newBindResult(final ResultCode resultCode) method in class:LDAPPassThroughAuthenticationPolicyTestCase

Completed in 78 milliseconds