Searched defs:bindResultCode (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.java1767 * @param bindResultCode
1774 final ResultCode bindResultCode) throws Exception
1792 bindResultCode)).expectEvent(new CloseEvent(ceSearch));
3386 * @param bindResultCode
3393 final MappingPolicy mappingPolicy, final ResultCode bindResultCode)
3430 : adDNString, userPassword, bindResultCode));
3431 if (isServiceError(bindResultCode))
3436 provider.expectEvent(new GetConnectionEvent(fe, bindResultCode));
3452 switch (bindResultCode)
3485 if (!isServiceError(bindResultCode))
1773 testConnectionFailureDuringSearchBind( final ResultCode bindResultCode) argument
3392 testMappingPolicyAuthentication( final MappingPolicy mappingPolicy, final ResultCode bindResultCode) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1732 * @param bindResultCode
1739 final ResultCode bindResultCode) throws Exception
1757 bindResultCode)).expectEvent(new CloseEvent(ceSearch));
3295 * @param bindResultCode
3302 final MappingPolicy mappingPolicy, final ResultCode bindResultCode)
3339 : adDNString, userPassword, bindResultCode));
3340 if (isServiceError(bindResultCode))
3345 provider.expectEvent(new GetConnectionEvent(fe, bindResultCode));
3361 switch (bindResultCode)
3394 if (!isServiceError(bindResultCode))
1738 testConnectionFailureDuringSearchBind( final ResultCode bindResultCode) argument
3301 testMappingPolicyAuthentication( final MappingPolicy mappingPolicy, final ResultCode bindResultCode) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1773 * @param bindResultCode
1780 final ResultCode bindResultCode) throws Exception
1798 bindResultCode)).expectEvent(new CloseEvent(ceSearch));
3392 * @param bindResultCode
3399 final MappingPolicy mappingPolicy, final ResultCode bindResultCode)
3436 : adDNString, userPassword, bindResultCode));
3437 if (isServiceError(bindResultCode))
3442 provider.expectEvent(new GetConnectionEvent(fe, bindResultCode));
3458 switch (bindResultCode)
3491 if (!isServiceError(bindResultCode))
1779 testConnectionFailureDuringSearchBind( final ResultCode bindResultCode) argument
3398 testMappingPolicyAuthentication( final MappingPolicy mappingPolicy, final ResultCode bindResultCode) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1732 * @param bindResultCode
1739 final ResultCode bindResultCode) throws Exception
1757 bindResultCode)).expectEvent(new CloseEvent(ceSearch));
3295 * @param bindResultCode
3302 final MappingPolicy mappingPolicy, final ResultCode bindResultCode)
3339 : adDNString, userPassword, bindResultCode));
3340 if (isServiceError(bindResultCode))
3345 provider.expectEvent(new GetConnectionEvent(fe, bindResultCode));
3361 switch (bindResultCode)
3394 if (!isServiceError(bindResultCode))
1738 testConnectionFailureDuringSearchBind( final ResultCode bindResultCode) argument
3301 testMappingPolicyAuthentication( final MappingPolicy mappingPolicy, final ResultCode bindResultCode) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1767 * @param bindResultCode
1774 final ResultCode bindResultCode) throws Exception
1792 bindResultCode)).expectEvent(new CloseEvent(ceSearch));
3386 * @param bindResultCode
3393 final MappingPolicy mappingPolicy, final ResultCode bindResultCode)
3430 : adDNString, userPassword, bindResultCode));
3431 if (isServiceError(bindResultCode))
3436 provider.expectEvent(new GetConnectionEvent(fe, bindResultCode));
3452 switch (bindResultCode)
3485 if (!isServiceError(bindResultCode))
1773 testConnectionFailureDuringSearchBind( final ResultCode bindResultCode) argument
3392 testMappingPolicyAuthentication( final MappingPolicy mappingPolicy, final ResultCode bindResultCode) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1677 * @param bindResultCode
1684 final ResultCode bindResultCode) throws Exception
1702 bindResultCode)).expectEvent(new CloseEvent(ceSearch));
3239 * @param bindResultCode
3246 final MappingPolicy mappingPolicy, final ResultCode bindResultCode)
3283 : adDNString, userPassword, bindResultCode));
3284 if (isServiceError(bindResultCode))
3289 provider.expectEvent(new GetConnectionEvent(fe, bindResultCode));
3305 switch (bindResultCode.asEnum())
3338 if (!isServiceError(bindResultCode))
1683 testConnectionFailureDuringSearchBind( final ResultCode bindResultCode) argument
3245 testMappingPolicyAuthentication( final MappingPolicy mappingPolicy, final ResultCode bindResultCode) argument
[all...]

Completed in 71 milliseconds