Searched refs:getMappedSearchBindPassword (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java2190 mappedSearchPassword = getMappedSearchBindPassword(cfg,
2400 private static String getMappedSearchBindPassword( method in class:LDAPPassThroughAuthenticationPolicyFactory
2467 else if (cfg.getMappedSearchBindPassword() != null)
2469 password = cfg.getMappedSearchBindPassword();
2599 if (getMappedSearchBindPassword(cfg, unacceptableReasons) == null)
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java2188 mappedSearchPassword = getMappedSearchBindPassword(cfg,
2394 private static String getMappedSearchBindPassword( method in class:LDAPPassThroughAuthenticationPolicyFactory
2461 else if (cfg.getMappedSearchBindPassword() != null)
2463 password = cfg.getMappedSearchBindPassword();
2596 if (getMappedSearchBindPassword(cfg, unacceptableReasons) == null)
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java2194 mappedSearchPassword = getMappedSearchBindPassword(cfg,
2404 private static String getMappedSearchBindPassword( method in class:LDAPPassThroughAuthenticationPolicyFactory
2471 else if (cfg.getMappedSearchBindPassword() != null)
2473 password = cfg.getMappedSearchBindPassword();
2603 if (getMappedSearchBindPassword(cfg, unacceptableReasons) == null)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java2190 mappedSearchPassword = getMappedSearchBindPassword(cfg,
2400 private static String getMappedSearchBindPassword( method in class:LDAPPassThroughAuthenticationPolicyFactory
2467 else if (cfg.getMappedSearchBindPassword() != null)
2469 password = cfg.getMappedSearchBindPassword();
2599 if (getMappedSearchBindPassword(cfg, unacceptableReasons) == null)
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java2188 mappedSearchPassword = getMappedSearchBindPassword(cfg,
2394 private static String getMappedSearchBindPassword( method in class:LDAPPassThroughAuthenticationPolicyFactory
2461 else if (cfg.getMappedSearchBindPassword() != null)
2463 password = cfg.getMappedSearchBindPassword();
2596 if (getMappedSearchBindPassword(cfg, unacceptableReasons) == null)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java2019 mappedSearchPassword = getMappedSearchBindPassword(cfg,
2223 private static String getMappedSearchBindPassword( method in class:LDAPPassThroughAuthenticationPolicyFactory
2278 else if (cfg.getMappedSearchBindPassword() != null)
2280 password = cfg.getMappedSearchBindPassword();
2414 && getMappedSearchBindPassword(cfg, unacceptableReasons) == null)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java517 public String getMappedSearchBindPassword() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java491 public String getMappedSearchBindPassword() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java523 public String getMappedSearchBindPassword() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java491 public String getMappedSearchBindPassword() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java517 public String getMappedSearchBindPassword() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java472 public String getMappedSearchBindPassword() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg

Completed in 119 milliseconds