Searched defs:withMappedSearchBindPassword (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.java686 MockPolicyCfg withMappedSearchBindPassword(final String value) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
2260 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindDN(null).withMappedSearchBindPassword(null), true },
2261 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindPassword(null), false },
4050 .withMappedSearchBindPassword("newSearchPassword");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java660 MockPolicyCfg withMappedSearchBindPassword(final String value) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
2225 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindDN(null).withMappedSearchBindPassword(null), true },
2226 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindPassword(null), false },
3959 .withMappedSearchBindPassword("newSearchPassword");
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java692 MockPolicyCfg withMappedSearchBindPassword(final String value) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
2266 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindDN(null).withMappedSearchBindPassword(null), true },
2267 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindPassword(null), false },
4056 .withMappedSearchBindPassword("newSearchPassword");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java660 MockPolicyCfg withMappedSearchBindPassword(final String value) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
2225 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindDN(null).withMappedSearchBindPassword(null), true },
2226 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindPassword(null), false },
3959 .withMappedSearchBindPassword("newSearchPassword");
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java686 MockPolicyCfg withMappedSearchBindPassword(final String value) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
2260 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindDN(null).withMappedSearchBindPassword(null), true },
2261 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindPassword(null), false },
4050 .withMappedSearchBindPassword("newSearchPassword");
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java641 MockPolicyCfg withMappedSearchBindPassword(final String value) method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
2170 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindDN(null).withMappedSearchBindPassword(null), true },
2171 { mockCfg().withMappingPolicy(MappingPolicy.MAPPED_SEARCH).withMappedSearchBindPassword(null), false },
3903 .withMappedSearchBindPassword("newSearchPassword");

Completed in 61 milliseconds