Searched defs:bindRule1 (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2716 private static String and(String bindRule1, String bindRule2) { argument
2717 return "(" + bindRule1 + " and " + bindRule2 + ")";
2720 private static String or(String bindRule1, String bindRule2) { argument
2721 return "(" + bindRule1 + " or " + bindRule2 + ")";
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2648 private static String and(String bindRule1, String bindRule2) { argument
2649 return "(" + bindRule1 + " and " + bindRule2 + ")";
2652 private static String or(String bindRule1, String bindRule2) { argument
2653 return "(" + bindRule1 + " or " + bindRule2 + ")";
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2716 private static String and(String bindRule1, String bindRule2) { argument
2717 return "(" + bindRule1 + " and " + bindRule2 + ")";
2720 private static String or(String bindRule1, String bindRule2) { argument
2721 return "(" + bindRule1 + " or " + bindRule2 + ")";
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2648 private static String and(String bindRule1, String bindRule2) { argument
2649 return "(" + bindRule1 + " and " + bindRule2 + ")";
2652 private static String or(String bindRule1, String bindRule2) { argument
2653 return "(" + bindRule1 + " or " + bindRule2 + ")";
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2716 private static String and(String bindRule1, String bindRule2) { argument
2717 return "(" + bindRule1 + " and " + bindRule2 + ")";
2720 private static String or(String bindRule1, String bindRule2) { argument
2721 return "(" + bindRule1 + " or " + bindRule2 + ")";
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java2644 private static String and(String bindRule1, String bindRule2) { argument
2645 return "(" + bindRule1 + " and " + bindRule2 + ")";
2648 private static String or(String bindRule1, String bindRule2) { argument
2649 return "(" + bindRule1 + " or " + bindRule2 + ")";

Completed in 88 milliseconds