Searched defs:filterComponents (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java66 private ArrayList<RawFilter> filterComponents; field in class:LDAPFilter
102 * @param filterComponents The filter components for AND and OR filters.
113 ArrayList<RawFilter> filterComponents,
121 this.filterComponents = filterComponents;
148 filterComponents = new ArrayList<RawFilter>(comps.size());
151 filterComponents.add(new LDAPFilter(f));
166 filterComponents = null;
182 filterComponents = null;
223 filterComponents
112 LDAPFilter(FilterType filterType, ArrayList<RawFilter> filterComponents, RawFilter notComponent, String attributeType, ByteString assertionValue, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRawFilter.java103 * @param filterComponents The filter components for this AND
110 filterComponents)
112 return new LDAPFilter(FilterType.AND, filterComponents, null,
122 * @param filterComponents The filter components for this OR
129 filterComponents)
131 return new LDAPFilter(FilterType.OR, filterComponents, null, null,
635 ArrayList<RawFilter> filterComponents =
644 filterComponents.add(LDAPFilter.decode(reader));
664 return new LDAPFilter(filterType, filterComponents, null, null,
109 createANDFilter(ArrayList<RawFilter> filterComponents) argument
128 createORFilter(ArrayList<RawFilter> filterComponents) argument
H A DSearchFilter.java92 private final LinkedHashSet<SearchFilter> filterComponents; field in class:SearchFilter
110 * @param filterComponents The set of filter components for AND
132 Collection<SearchFilter> filterComponents,
149 // so that we can make this.filterComponents final.
150 if (filterComponents == null) {
151 filterComponents = Collections.emptyList();
155 this.filterComponents =
156 new LinkedHashSet<SearchFilter>(filterComponents);
172 * @param filterComponents The set of filter components for the
178 filterComponents)
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
177 createANDFilter(Collection<SearchFilter> filterComponents) argument
195 createORFilter(Collection<SearchFilter> filterComponents) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java65 private ArrayList<RawFilter> filterComponents; field in class:LDAPFilter
101 * @param filterComponents The filter components for AND and OR filters.
112 ArrayList<RawFilter> filterComponents,
120 this.filterComponents = filterComponents;
147 filterComponents = new ArrayList<RawFilter>(comps.size());
150 filterComponents.add(new LDAPFilter(f));
165 filterComponents = null;
181 filterComponents = null;
222 filterComponents
111 LDAPFilter(FilterType filterType, ArrayList<RawFilter> filterComponents, RawFilter notComponent, String attributeType, ByteString assertionValue, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRawFilter.java102 * @param filterComponents The filter components for this AND
109 filterComponents)
111 return new LDAPFilter(FilterType.AND, filterComponents, null,
121 * @param filterComponents The filter components for this OR
128 filterComponents)
130 return new LDAPFilter(FilterType.OR, filterComponents, null, null,
634 ArrayList<RawFilter> filterComponents =
643 filterComponents.add(LDAPFilter.decode(reader));
663 return new LDAPFilter(filterType, filterComponents, null, null,
108 createANDFilter(ArrayList<RawFilter> filterComponents) argument
127 createORFilter(ArrayList<RawFilter> filterComponents) argument
H A DSearchFilter.java92 private final LinkedHashSet<SearchFilter> filterComponents; field in class:SearchFilter
110 * @param filterComponents The set of filter components for AND
132 Collection<SearchFilter> filterComponents,
149 // so that we can make this.filterComponents final.
150 if (filterComponents == null) {
151 filterComponents = Collections.emptyList();
155 this.filterComponents =
156 new LinkedHashSet<SearchFilter>(filterComponents);
172 * @param filterComponents The set of filter components for the
178 filterComponents)
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
177 createANDFilter(Collection<SearchFilter> filterComponents) argument
195 createORFilter(Collection<SearchFilter> filterComponents) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java66 private ArrayList<RawFilter> filterComponents; field in class:LDAPFilter
102 * @param filterComponents The filter components for AND and OR filters.
113 ArrayList<RawFilter> filterComponents,
121 this.filterComponents = filterComponents;
148 filterComponents = new ArrayList<RawFilter>(comps.size());
151 filterComponents.add(new LDAPFilter(f));
166 filterComponents = null;
182 filterComponents = null;
223 filterComponents
112 LDAPFilter(FilterType filterType, ArrayList<RawFilter> filterComponents, RawFilter notComponent, String attributeType, ByteString assertionValue, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DRawFilter.java103 * @param filterComponents The filter components for this AND
110 filterComponents)
112 return new LDAPFilter(FilterType.AND, filterComponents, null,
122 * @param filterComponents The filter components for this OR
129 filterComponents)
131 return new LDAPFilter(FilterType.OR, filterComponents, null, null,
635 ArrayList<RawFilter> filterComponents =
644 filterComponents.add(LDAPFilter.decode(reader));
664 return new LDAPFilter(filterType, filterComponents, null, null,
109 createANDFilter(ArrayList<RawFilter> filterComponents) argument
128 createORFilter(ArrayList<RawFilter> filterComponents) argument
H A DSearchFilter.java92 private final LinkedHashSet<SearchFilter> filterComponents; field in class:SearchFilter
110 * @param filterComponents The set of filter components for AND
132 Collection<SearchFilter> filterComponents,
149 // so that we can make this.filterComponents final.
150 if (filterComponents == null) {
151 filterComponents = Collections.emptyList();
155 this.filterComponents =
156 new LinkedHashSet<SearchFilter>(filterComponents);
172 * @param filterComponents The set of filter components for the
178 filterComponents)
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
177 createANDFilter(Collection<SearchFilter> filterComponents) argument
195 createORFilter(Collection<SearchFilter> filterComponents) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java66 private ArrayList<RawFilter> filterComponents; field in class:LDAPFilter
102 * @param filterComponents The filter components for AND and OR filters.
113 ArrayList<RawFilter> filterComponents,
121 this.filterComponents = filterComponents;
148 filterComponents = new ArrayList<RawFilter>(comps.size());
151 filterComponents.add(new LDAPFilter(f));
166 filterComponents = null;
182 filterComponents = null;
223 filterComponents
112 LDAPFilter(FilterType filterType, ArrayList<RawFilter> filterComponents, RawFilter notComponent, String attributeType, ByteString assertionValue, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DRawFilter.java103 * @param filterComponents The filter components for this AND
110 filterComponents)
112 return new LDAPFilter(FilterType.AND, filterComponents, null,
122 * @param filterComponents The filter components for this OR
129 filterComponents)
131 return new LDAPFilter(FilterType.OR, filterComponents, null, null,
635 ArrayList<RawFilter> filterComponents =
644 filterComponents.add(LDAPFilter.decode(reader));
664 return new LDAPFilter(filterType, filterComponents, null, null,
109 createANDFilter(ArrayList<RawFilter> filterComponents) argument
128 createORFilter(ArrayList<RawFilter> filterComponents) argument
H A DSearchFilter.java92 private final LinkedHashSet<SearchFilter> filterComponents; field in class:SearchFilter
110 * @param filterComponents The set of filter components for AND
132 Collection<SearchFilter> filterComponents,
149 // so that we can make this.filterComponents final.
150 if (filterComponents == null) {
151 filterComponents = Collections.emptyList();
155 this.filterComponents =
156 new LinkedHashSet<SearchFilter>(filterComponents);
172 * @param filterComponents The set of filter components for the
178 filterComponents)
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
177 createANDFilter(Collection<SearchFilter> filterComponents) argument
195 createORFilter(Collection<SearchFilter> filterComponents) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java65 private ArrayList<RawFilter> filterComponents; field in class:LDAPFilter
101 * @param filterComponents The filter components for AND and OR filters.
112 ArrayList<RawFilter> filterComponents,
120 this.filterComponents = filterComponents;
147 filterComponents = new ArrayList<RawFilter>(comps.size());
150 filterComponents.add(new LDAPFilter(f));
165 filterComponents = null;
181 filterComponents = null;
222 filterComponents
111 LDAPFilter(FilterType filterType, ArrayList<RawFilter> filterComponents, RawFilter notComponent, String attributeType, ByteString assertionValue, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRawFilter.java102 * @param filterComponents The filter components for this AND
109 filterComponents)
111 return new LDAPFilter(FilterType.AND, filterComponents, null,
121 * @param filterComponents The filter components for this OR
128 filterComponents)
130 return new LDAPFilter(FilterType.OR, filterComponents, null, null,
634 ArrayList<RawFilter> filterComponents =
643 filterComponents.add(LDAPFilter.decode(reader));
663 return new LDAPFilter(filterType, filterComponents, null, null,
108 createANDFilter(ArrayList<RawFilter> filterComponents) argument
127 createORFilter(ArrayList<RawFilter> filterComponents) argument
H A DSearchFilter.java92 private final LinkedHashSet<SearchFilter> filterComponents; field in class:SearchFilter
110 * @param filterComponents The set of filter components for AND
132 Collection<SearchFilter> filterComponents,
149 // so that we can make this.filterComponents final.
150 if (filterComponents == null) {
151 filterComponents = Collections.emptyList();
155 this.filterComponents =
156 new LinkedHashSet<SearchFilter>(filterComponents);
172 * @param filterComponents The set of filter components for the
178 filterComponents)
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
177 createANDFilter(Collection<SearchFilter> filterComponents) argument
195 createORFilter(Collection<SearchFilter> filterComponents) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPFilter.java69 private ArrayList<RawFilter> filterComponents; field in class:LDAPFilter
105 * @param filterComponents The filter components for AND and OR filters.
116 ArrayList<RawFilter> filterComponents,
124 this.filterComponents = filterComponents;
151 filterComponents = new ArrayList<>(comps.size());
154 filterComponents.add(new LDAPFilter(f));
169 filterComponents = null;
185 filterComponents = null;
226 filterComponents
115 LDAPFilter(FilterType filterType, ArrayList<RawFilter> filterComponents, RawFilter notComponent, String attributeType, ByteString assertionValue, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRawFilter.java100 * @param filterComponents The filter components for this AND
107 filterComponents)
109 return new LDAPFilter(FilterType.AND, filterComponents, null,
119 * @param filterComponents The filter components for this OR
126 filterComponents)
128 return new LDAPFilter(FilterType.OR, filterComponents, null, null,
632 ArrayList<RawFilter> filterComponents = new ArrayList<>();
640 filterComponents.add(LDAPFilter.decode(reader));
656 return new LDAPFilter(filterType, filterComponents, null, null,
106 createANDFilter(ArrayList<RawFilter> filterComponents) argument
125 createORFilter(ArrayList<RawFilter> filterComponents) argument
H A DSearchFilter.java89 private final LinkedHashSet<SearchFilter> filterComponents; field in class:SearchFilter
106 * @param filterComponents The set of filter components for AND
128 Collection<SearchFilter> filterComponents,
145 // so that we can make this.filterComponents final.
146 if (filterComponents == null) {
147 filterComponents = Collections.emptyList();
151 this.filterComponents = new LinkedHashSet<>(filterComponents);
167 * @param filterComponents The set of filter components for the
173 filterComponents)
127 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
172 createANDFilter(Collection<SearchFilter> filterComponents) argument
190 createORFilter(Collection<SearchFilter> filterComponents) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java503 private LinkedHashSet<SearchFilter> filterComponents = new LinkedHashSet<SearchFilter>(); field in class:SearchFilterTests.FilterDescription
522 if (!searchFilter.getFilterComponents().equals(filterComponents)) {
523 throwUnequalError("filterComponents");
576 "\tfilterComponents = " + filterComponents + "\n" +
615 that.filterComponents = this.filterComponents;
761 List<SearchFilter> filterComponents = new ArrayList<SearchFilter>();
765 filterComponents.add(filter.searchFilter);
768 andFilter.searchFilter = SearchFilter.createANDFilter(filterComponents);
769 andFilter.filterComponents
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java506 private LinkedHashSet<SearchFilter> filterComponents = new LinkedHashSet<SearchFilter>(); field in class:SearchFilterTests.FilterDescription
525 if (!searchFilter.getFilterComponents().equals(filterComponents)) {
526 throwUnequalError("filterComponents");
579 "\tfilterComponents = " + filterComponents + "\n" +
618 that.filterComponents = this.filterComponents;
764 List<SearchFilter> filterComponents = new ArrayList<SearchFilter>();
768 filterComponents.add(filter.searchFilter);
771 andFilter.searchFilter = SearchFilter.createANDFilter(filterComponents);
772 andFilter.filterComponents
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java503 private LinkedHashSet<SearchFilter> filterComponents = new LinkedHashSet<SearchFilter>(); field in class:SearchFilterTests.FilterDescription
522 if (!searchFilter.getFilterComponents().equals(filterComponents)) {
523 throwUnequalError("filterComponents");
576 "\tfilterComponents = " + filterComponents + "\n" +
615 that.filterComponents = this.filterComponents;
761 List<SearchFilter> filterComponents = new ArrayList<SearchFilter>();
765 filterComponents.add(filter.searchFilter);
768 andFilter.searchFilter = SearchFilter.createANDFilter(filterComponents);
769 andFilter.filterComponents
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java506 private LinkedHashSet<SearchFilter> filterComponents = new LinkedHashSet<SearchFilter>(); field in class:SearchFilterTests.FilterDescription
525 if (!searchFilter.getFilterComponents().equals(filterComponents)) {
526 throwUnequalError("filterComponents");
579 "\tfilterComponents = " + filterComponents + "\n" +
618 that.filterComponents = this.filterComponents;
764 List<SearchFilter> filterComponents = new ArrayList<SearchFilter>();
768 filterComponents.add(filter.searchFilter);
771 andFilter.searchFilter = SearchFilter.createANDFilter(filterComponents);
772 andFilter.filterComponents
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java503 private LinkedHashSet<SearchFilter> filterComponents = new LinkedHashSet<SearchFilter>(); field in class:SearchFilterTests.FilterDescription
522 if (!searchFilter.getFilterComponents().equals(filterComponents)) {
523 throwUnequalError("filterComponents");
576 "\tfilterComponents = " + filterComponents + "\n" +
615 that.filterComponents = this.filterComponents;
761 List<SearchFilter> filterComponents = new ArrayList<SearchFilter>();
765 filterComponents.add(filter.searchFilter);
768 andFilter.searchFilter = SearchFilter.createANDFilter(filterComponents);
769 andFilter.filterComponents
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DSearchFilterTests.java492 private LinkedHashSet<SearchFilter> filterComponents = new LinkedHashSet<>(); field in class:SearchFilterTests.FilterDescription
504 assertEquals(searchFilter.getFilterComponents(), filterComponents, errorMsg("filterComponents"));
524 "\tfilterComponents = " + filterComponents + "\n" +
558 that.filterComponents = this.filterComponents;
683 List<SearchFilter> filterComponents = new ArrayList<>();
687 filterComponents.add(filter.searchFilter);
690 andFilter.searchFilter = SearchFilter.createANDFilter(filterComponents);
691 andFilter.filterComponents
[all...]

Completed in 80 milliseconds