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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java198 private final String policyDNString = "cn=test policy,o=test"; field in class:AuthenticationPolicyTestCase
216 policyDN = DN.decode(policyDNString);
271 "ds-pwp-password-policy-dn: " + policyDNString,
341 "ds-pwp-password-policy-dn: " + policyDNString,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java197 private final String policyDNString = "cn=test policy,o=test"; field in class:AuthenticationPolicyTestCase
215 policyDN = DN.decode(policyDNString);
270 "ds-pwp-password-policy-dn: " + policyDNString,
340 "ds-pwp-password-policy-dn: " + policyDNString,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java198 private final String policyDNString = "cn=test policy,o=test"; field in class:AuthenticationPolicyTestCase
216 policyDN = DN.decode(policyDNString);
271 "ds-pwp-password-policy-dn: " + policyDNString,
341 "ds-pwp-password-policy-dn: " + policyDNString,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java197 private final String policyDNString = "cn=test policy,o=test"; field in class:AuthenticationPolicyTestCase
215 policyDN = DN.decode(policyDNString);
270 "ds-pwp-password-policy-dn: " + policyDNString,
340 "ds-pwp-password-policy-dn: " + policyDNString,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java198 private final String policyDNString = "cn=test policy,o=test"; field in class:AuthenticationPolicyTestCase
216 policyDN = DN.decode(policyDNString);
271 "ds-pwp-password-policy-dn: " + policyDNString,
341 "ds-pwp-password-policy-dn: " + policyDNString,
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java180 private final String policyDNString = "cn=test policy,o=test"; field in class:AuthenticationPolicyTestCase
198 policyDN = DN.valueOf(policyDNString);
253 "ds-pwp-password-policy-dn: " + policyDNString,
323 "ds-pwp-password-policy-dn: " + policyDNString,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1634 private final String policyDNString = "cn=test policy,o=test"; field in class:LDAPPassThroughAuthenticationPolicyTestCase
1658 policyDN = DN.decode(policyDNString);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1599 private final String policyDNString = "cn=test policy,o=test"; field in class:LDAPPassThroughAuthenticationPolicyTestCase
1623 policyDN = DN.decode(policyDNString);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1640 private final String policyDNString = "cn=test policy,o=test"; field in class:LDAPPassThroughAuthenticationPolicyTestCase
1664 policyDN = DN.decode(policyDNString);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1599 private final String policyDNString = "cn=test policy,o=test"; field in class:LDAPPassThroughAuthenticationPolicyTestCase
1623 policyDN = DN.decode(policyDNString);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1634 private final String policyDNString = "cn=test policy,o=test"; field in class:LDAPPassThroughAuthenticationPolicyTestCase
1658 policyDN = DN.decode(policyDNString);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1544 private final String policyDNString = "cn=test policy,o=test"; field in class:LDAPPassThroughAuthenticationPolicyTestCase
1568 policyDN = DN.valueOf(policyDNString);

Completed in 67 milliseconds