Searched refs:subInitialElement (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java78 private ByteString subInitialElement; field in class:LDAPFilter
106 * @param subInitialElement The subInitial element for substring filters.
115 ByteString assertionValue, ByteString subInitialElement,
125 this.subInitialElement = subInitialElement;
157 subInitialElement = null;
169 subInitialElement = null;
184 subInitialElement = null;
196 subInitialElement = null;
200 subInitialElement
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
1797 setSubInitialElement(ByteString subInitialElement) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java77 private ByteString subInitialElement; field in class:LDAPFilter
105 * @param subInitialElement The subInitial element for substring filters.
114 ByteString assertionValue, ByteString subInitialElement,
124 this.subInitialElement = subInitialElement;
156 subInitialElement = null;
168 subInitialElement = null;
183 subInitialElement = null;
195 subInitialElement = null;
199 subInitialElement
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
1796 setSubInitialElement(ByteString subInitialElement) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java78 private ByteString subInitialElement; field in class:LDAPFilter
106 * @param subInitialElement The subInitial element for substring filters.
115 ByteString assertionValue, ByteString subInitialElement,
125 this.subInitialElement = subInitialElement;
157 subInitialElement = null;
169 subInitialElement = null;
184 subInitialElement = null;
196 subInitialElement = null;
200 subInitialElement
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
1797 setSubInitialElement(ByteString subInitialElement) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java78 private ByteString subInitialElement; field in class:LDAPFilter
106 * @param subInitialElement The subInitial element for substring filters.
115 ByteString assertionValue, ByteString subInitialElement,
125 this.subInitialElement = subInitialElement;
157 subInitialElement = null;
169 subInitialElement = null;
184 subInitialElement = null;
196 subInitialElement = null;
200 subInitialElement
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
1797 setSubInitialElement(ByteString subInitialElement) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java77 private ByteString subInitialElement; field in class:LDAPFilter
105 * @param subInitialElement The subInitial element for substring filters.
114 ByteString assertionValue, ByteString subInitialElement,
124 this.subInitialElement = subInitialElement;
156 subInitialElement = null;
168 subInitialElement = null;
183 subInitialElement = null;
195 subInitialElement = null;
199 subInitialElement
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
1796 setSubInitialElement(ByteString subInitialElement) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPFilter.java81 private ByteString subInitialElement; field in class:LDAPFilter
109 * @param subInitialElement The subInitial element for substring filters.
118 ByteString assertionValue, ByteString subInitialElement,
128 this.subInitialElement = subInitialElement;
160 subInitialElement = null;
172 subInitialElement = null;
187 subInitialElement = null;
199 subInitialElement = null;
203 subInitialElement
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
1790 setSubInitialElement(ByteString subInitialElement) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRawFilter.java181 * @param subInitialElement The subInitial element for this
191 ByteString subInitialElement,
196 attributeType, null, subInitialElement,
469 ByteString subInitialElement = getSubInitialElement();
470 if (subInitialElement != null)
472 stream.writeOctetString(TYPE_SUBINITIAL, subInitialElement);
916 ByteString subInitialElement = null;
924 subInitialElement = reader.readOctetString();
987 attributeType, null, subInitialElement,
190 createSubstringFilter(String attributeType, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement) argument
H A DSearchFilter.java83 private final ByteString subInitialElement; field in class:SearchFilter
117 * @param subInitialElement The subInitial element for substring
137 ByteString subInitialElement,
161 this.subInitialElement = subInitialElement;
275 * @param subInitialElement The subInitial element for substring
286 ByteString subInitialElement,
292 subInitialElement, subAnyElements,
305 * @param subInitialElement The subInitial element for substring
317 ByteString subInitialElement,
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
285 createSubstringFilter(AttributeType attributeType, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRawFilter.java180 * @param subInitialElement The subInitial element for this
190 ByteString subInitialElement,
195 attributeType, null, subInitialElement,
468 ByteString subInitialElement = getSubInitialElement();
469 if (subInitialElement != null)
471 stream.writeOctetString(TYPE_SUBINITIAL, subInitialElement);
915 ByteString subInitialElement = null;
923 subInitialElement = reader.readOctetString();
986 attributeType, null, subInitialElement,
189 createSubstringFilter(String attributeType, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement) argument
H A DSearchFilter.java83 private final ByteString subInitialElement; field in class:SearchFilter
117 * @param subInitialElement The subInitial element for substring
137 ByteString subInitialElement,
161 this.subInitialElement = subInitialElement;
275 * @param subInitialElement The subInitial element for substring
286 ByteString subInitialElement,
292 subInitialElement, subAnyElements,
305 * @param subInitialElement The subInitial element for substring
317 ByteString subInitialElement,
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
285 createSubstringFilter(AttributeType attributeType, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DRawFilter.java181 * @param subInitialElement The subInitial element for this
191 ByteString subInitialElement,
196 attributeType, null, subInitialElement,
469 ByteString subInitialElement = getSubInitialElement();
470 if (subInitialElement != null)
472 stream.writeOctetString(TYPE_SUBINITIAL, subInitialElement);
916 ByteString subInitialElement = null;
924 subInitialElement = reader.readOctetString();
987 attributeType, null, subInitialElement,
190 createSubstringFilter(String attributeType, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement) argument
H A DSearchFilter.java83 private final ByteString subInitialElement; field in class:SearchFilter
117 * @param subInitialElement The subInitial element for substring
137 ByteString subInitialElement,
161 this.subInitialElement = subInitialElement;
275 * @param subInitialElement The subInitial element for substring
286 ByteString subInitialElement,
292 subInitialElement, subAnyElements,
305 * @param subInitialElement The subInitial element for substring
317 ByteString subInitialElement,
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
285 createSubstringFilter(AttributeType attributeType, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DRawFilter.java181 * @param subInitialElement The subInitial element for this
191 ByteString subInitialElement,
196 attributeType, null, subInitialElement,
469 ByteString subInitialElement = getSubInitialElement();
470 if (subInitialElement != null)
472 stream.writeOctetString(TYPE_SUBINITIAL, subInitialElement);
916 ByteString subInitialElement = null;
924 subInitialElement = reader.readOctetString();
987 attributeType, null, subInitialElement,
190 createSubstringFilter(String attributeType, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement) argument
H A DSearchFilter.java83 private final ByteString subInitialElement; field in class:SearchFilter
117 * @param subInitialElement The subInitial element for substring
137 ByteString subInitialElement,
161 this.subInitialElement = subInitialElement;
275 * @param subInitialElement The subInitial element for substring
286 ByteString subInitialElement,
292 subInitialElement, subAnyElements,
305 * @param subInitialElement The subInitial element for substring
317 ByteString subInitialElement,
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
285 createSubstringFilter(AttributeType attributeType, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRawFilter.java180 * @param subInitialElement The subInitial element for this
190 ByteString subInitialElement,
195 attributeType, null, subInitialElement,
468 ByteString subInitialElement = getSubInitialElement();
469 if (subInitialElement != null)
471 stream.writeOctetString(TYPE_SUBINITIAL, subInitialElement);
915 ByteString subInitialElement = null;
923 subInitialElement = reader.readOctetString();
986 attributeType, null, subInitialElement,
189 createSubstringFilter(String attributeType, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement) argument
H A DSearchFilter.java83 private final ByteString subInitialElement; field in class:SearchFilter
117 * @param subInitialElement The subInitial element for substring
137 ByteString subInitialElement,
161 this.subInitialElement = subInitialElement;
275 * @param subInitialElement The subInitial element for substring
286 ByteString subInitialElement,
292 subInitialElement, subAnyElements,
305 * @param subInitialElement The subInitial element for substring
317 ByteString subInitialElement,
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
285 createSubstringFilter(AttributeType attributeType, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRawFilter.java178 * @param subInitialElement The subInitial element for this
188 ByteString subInitialElement,
193 attributeType, null, subInitialElement,
466 ByteString subInitialElement = getSubInitialElement();
467 if (subInitialElement != null)
469 stream.writeOctetString(TYPE_SUBINITIAL, subInitialElement);
876 ByteString subInitialElement = null;
884 subInitialElement = reader.readOctetString();
934 attributeType, null, subInitialElement,
187 createSubstringFilter(String attributeType, ByteString subInitialElement, ArrayList<ByteString> subAnyElements, ByteString subFinalElement) argument
H A DSearchFilter.java79 private final ByteString subInitialElement; field in class:SearchFilter
113 * @param subInitialElement The subInitial element for substring
133 ByteString subInitialElement,
156 this.subInitialElement = subInitialElement;
270 * @param subInitialElement The subInitial element for substring
281 ByteString subInitialElement,
287 subInitialElement, subAnyElements,
300 * @param subInitialElement The subInitial element for substring
312 ByteString subInitialElement,
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
280 createSubstringFilter(AttributeType attributeType, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
310 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java411 ByteString subInitialElement = filter.getSubInitialElement();
412 if (subInitialElement != null)
414 length += subInitialElement.length();
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java410 ByteString subInitialElement = filter.getSubInitialElement();
411 if (subInitialElement != null)
413 length += subInitialElement.length();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java411 ByteString subInitialElement = filter.getSubInitialElement();
412 if (subInitialElement != null)
414 length += subInitialElement.length();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java411 ByteString subInitialElement = filter.getSubInitialElement();
412 if (subInitialElement != null)
414 length += subInitialElement.length();
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java410 ByteString subInitialElement = filter.getSubInitialElement();
411 if (subInitialElement != null)
413 length += subInitialElement.length();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java507 private ByteString subInitialElement; field in class:SearchFilterTests.FilterDescription
538 if (!objectsAreEqual(searchFilter.getSubInitialElement(), subInitialElement)) {
580 "\tsubInitialElement = " + subInitialElement + "\n" +
619 that.subInitialElement = this.subInitialElement;
719 description.subInitialElement = ByteString.valueOf(subInitial);
728 description.subInitialElement,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java510 private ByteString subInitialElement; field in class:SearchFilterTests.FilterDescription
541 if (!objectsAreEqual(searchFilter.getSubInitialElement(), subInitialElement)) {
583 "\tsubInitialElement = " + subInitialElement + "\n" +
622 that.subInitialElement = this.subInitialElement;
722 description.subInitialElement = ByteString.valueOf(subInitial);
731 description.subInitialElement,

Completed in 97 milliseconds

12