/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/ |
H A D | Clause.java | 7 * of the Common Development and Distribution License 14 * permission and limitations under the License. 17 * Header Notice in each file and include the License file 37 Clause and(String clause); method in interface:Clause 45 Clause and(Clause clause); method in interface:Clause
|
H A D | Clauses.java | 7 * of the Common Development and Distribution License 14 * permission and limitations under the License. 17 * Header Notice in each file and include the License file 41 * the {@link Clause} interface's and(), or(), and not() methods. 44 public Clause and(String clause) { method in class:Clauses.AbstractClause 45 return and(where(clause)); 47 public Clause and(Clause and) { argument 48 return new AndClause(this, and); 119 public Clause and(Clause clause) { method in class:Clauses.OrClause 143 public Clause and(Clause clause) { method in class:Clauses.AndClause 205 public static Clause and(Iterable<Clause> clauses) { method in class:Clauses [all...] |
/forgerock/opendj2/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 121 * Creates a condition which evaluates to <code>true</code> if and 128 * if and only if all of its sub-conditions are 131 public static Condition and(Condition... conditions) { method in class:Conditions 138 * Creates a condition which evaluates to <code>true</code> if and 147 * if and only if a property contains a particular value. 158 * and only if the first sub-condition evaluates to 159 * <code>true</code> and th [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 13 * and limitations under the License. 16 * file and include the License file at 122 * Creates a condition which evaluates to <code>true</code> if and 129 * if and only if all of its sub-conditions are 132 public static Condition and(Condition... conditions) { method in class:Conditions 139 * Creates a condition which evaluates to <code>true</code> if and 148 * if and only if a property contains a particular value. 159 * and only if the first sub-condition evaluates to 160 * <code>true</code> and th [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 13 * and limitations under the License. 16 * file and include the License file at 122 * Creates a condition which evaluates to <code>true</code> if and 129 * if and only if all of its sub-conditions are 132 public static Condition and(Condition... conditions) { method in class:Conditions 139 * Creates a condition which evaluates to <code>true</code> if and 148 * if and only if a property contains a particular value. 159 * and only if the first sub-condition evaluates to 160 * <code>true</code> and th [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 121 * Creates a condition which evaluates to <code>true</code> if and 128 * if and only if all of its sub-conditions are 131 public static Condition and(Condition... conditions) { method in class:Conditions 138 * Creates a condition which evaluates to <code>true</code> if and 147 * if and only if a property contains a particular value. 158 * and only if the first sub-condition evaluates to 159 * <code>true</code> and th [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 13 * and limitations under the License. 16 * file and include the License file at 122 * Creates a condition which evaluates to <code>true</code> if and 129 * if and only if all of its sub-conditions are 132 public static Condition and(Condition... conditions) { method in class:Conditions 139 * Creates a condition which evaluates to <code>true</code> if and 148 * if and only if a property contains a particular value. 159 * and only if the first sub-condition evaluates to 160 * <code>true</code> and th [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 110 * Creates a condition which evaluates to <code>true</code> if and 117 * if and only if all of its sub-conditions are 120 public static Condition and(Condition... conditions) { method in class:Conditions 127 * Creates a condition which evaluates to <code>true</code> if and 136 * if and only if a property contains a particular value. 147 * and only if the first sub-condition evaluates to 148 * <code>true</code> and th [all...] |
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/ |
H A D | Conditions.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 87 * Creates a condition which evaluates to <code>true</code> if and only if 92 * @return Returns a condition which evaluates to <code>true</code> if and 95 public static Condition and(Condition... conditions) { method in class:Conditions 100 * Creates a condition which evaluates to <code>true</code> if and only if a 107 * @return Returns a condition which evaluates to <code>true</code> if and 115 * Creates a condition which evaluates to <code>false</code> if and only if 116 * the first sub-condition evaluates to <code>true</code> and th [all...] |
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/api/filter/ |
H A D | TokenFilterBuilder.java | 2 * The contents of this file are subject to the terms of the Common Development and 7 * specific language governing permission and limitations under the License. 9 * When distributing Covered Software, include this CDDL Header Notice in each file and include 28 * and other uses of the generic data layer. 31 * reduce load on the CTS and make the return results more specific to the 52 public FilterAttributeBuilder and() { method in class:TokenFilterBuilder 66 * attribute. Will also move this Builder into AND mode as if {@link #and()} had 85 * be followed by {@link #or()}, {@link #and()}, or 120 * Used when the {@link TokenFilterBuilder} is in either {@link #and()} or {@link #or()} mode. 134 * and s [all...] |
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/api/filter/ |
H A D | TokenFilterBuilder.java | 2 * The contents of this file are subject to the terms of the Common Development and 7 * specific language governing permission and limitations under the License. 9 * When distributing Covered Software, include this CDDL Header Notice in each file and include 28 * and other uses of the generic data layer. 31 * reduce load on the CTS and make the return results more specific to the 52 public FilterAttributeBuilder and() { method in class:TokenFilterBuilder 66 * attribute. Will also move this Builder into AND mode as if {@link #and()} had 85 * be followed by {@link #or()}, {@link #and()}, or 144 * Used when the {@link TokenFilterBuilder} is in either {@link #and()} or {@link #or()} mode. 158 * and s [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 5 * Common Development and Distribution License, Version 1.0 only 13 * and limitations under the License. 16 * file and include the License file at 70 * probably the easiest way to test the code, and it makes it easy to test 81 * Most of the redundancy and error-prone-ness has also been factored out. 89 // TODO: test searches where we expect a subset of attributes and entries 97 // TODO: test ACI evaluation on adding, replacing, and with other operations 98 // TODO: check bypass-acl and modify-acl 112 // The calendar field is 1 based and starts with sun. We make [0] point 160 //These entries are used to test groupdn, roledn and useratt 2716 private static String and(String bindRule1, String bindRule2) { method in class:AciTests [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 59 * probably the easiest way to test the code, and it makes it easy to test 70 * Most of the redundancy and error-prone-ness has also been factored out. 79 // TODO: test searches where we expect a subset of attributes and entries 87 // TODO: test ACI evaluation on adding, replacing, and with other operations 88 // TODO: check bypass-acl and modify-acl 102 // The calendar field is 1 based and starts with sun. We make [0] point 150 //These entries are used to test groupdn, roledn and useratt 2648 private static String and(String bindRule1, String bindRule2) { method in class:AciTests [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 5 * Common Development and Distribution License, Version 1.0 only 13 * and limitations under the License. 16 * file and include the License file at 70 * probably the easiest way to test the code, and it makes it easy to test 81 * Most of the redundancy and error-prone-ness has also been factored out. 89 // TODO: test searches where we expect a subset of attributes and entries 97 // TODO: test ACI evaluation on adding, replacing, and with other operations 98 // TODO: check bypass-acl and modify-acl 112 // The calendar field is 1 based and starts with sun. We make [0] point 160 //These entries are used to test groupdn, roledn and useratt 2716 private static String and(String bindRule1, String bindRule2) { method in class:AciTests [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 59 * probably the easiest way to test the code, and it makes it easy to test 70 * Most of the redundancy and error-prone-ness has also been factored out. 79 // TODO: test searches where we expect a subset of attributes and entries 87 // TODO: test ACI evaluation on adding, replacing, and with other operations 88 // TODO: check bypass-acl and modify-acl 102 // The calendar field is 1 based and starts with sun. We make [0] point 150 //These entries are used to test groupdn, roledn and useratt 2648 private static String and(String bindRule1, String bindRule2) { method in class:AciTests [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 5 * Common Development and Distribution License, Version 1.0 only 13 * and limitations under the License. 16 * file and include the License file at 70 * probably the easiest way to test the code, and it makes it easy to test 81 * Most of the redundancy and error-prone-ness has also been factored out. 89 // TODO: test searches where we expect a subset of attributes and entries 97 // TODO: test ACI evaluation on adding, replacing, and with other operations 98 // TODO: check bypass-acl and modify-acl 112 // The calendar field is 1 based and starts with sun. We make [0] point 160 //These entries are used to test groupdn, roledn and useratt 2716 private static String and(String bindRule1, String bindRule2) { method in class:AciTests [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 5 * Common Development and Distribution License, Version 1.0 only 12 * and limitations under the License. 15 * file and include the License file at legal-notices/CDDLv1_0.txt. 60 * probably the easiest way to test the code, and it makes it easy to test 71 * Most of the redundancy and error-prone-ness has also been factored out. 80 // TODO: test searches where we expect a subset of attributes and entries 88 // TODO: test ACI evaluation on adding, replacing, and with other operations 89 // TODO: check bypass-acl and modify-acl 106 * The calendar field is 1 based and starts with sun. We make [0] point 155 //These entries are used to test groupdn, roledn and useratt 2644 private static String and(String bindRule1, String bindRule2) { method in class:AciTests [all...] |
/forgerock/opendj2/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj-b2.6/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2.6.2/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2-hg/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2-jel-hg/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2/ext/checkstyle/ |
H A D | checkstyle-all-4.1.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ... |
/forgerock/opendj-b2.6/ext/checkstyle/ |
H A D | checkstyle-all-4.1.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ... |
/forgerock/opendj2.6.2/ext/checkstyle/ |
H A D | checkstyle-all-4.1.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ... |