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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java69 private boolean dnAttributes; field in class:LDAPFilter
110 * @param dnAttributes The dnAttributes flag for extensible filters.
118 boolean dnAttributes)
129 this.dnAttributes = dnAttributes;
161 dnAttributes = false;
173 dnAttributes = false;
188 dnAttributes = false;
227 dnAttributes
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.java297 * @param dnAttributes The dnAttributes flag for this extensible
306 boolean dnAttributes)
310 null, matchingRuleID, dnAttributes);
1063 boolean dnAttributes = false;
1081 dnAttributes = reader.readBoolean();
1115 null, matchingRuleID, dnAttributes);
302 createExtensibleFilter( String matchingRuleID, String attributeType, ByteString assertionValue, boolean dnAttributes) argument
H A DSearchFilter.java77 private final boolean dnAttributes; field in class:SearchFilter
125 * @param dnAttributes Indicates whether to match on DN
140 String matchingRuleID, boolean dnAttributes)
165 this.dnAttributes = dnAttributes;
522 * @param dnAttributes Indicates whether to match on DN
535 boolean dnAttributes)
548 null, null, matchingRuleID, dnAttributes);
565 * @param dnAttributes Indicates whether to match on DN
580 boolean dnAttributes)
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
531 createExtensibleMatchFilter( AttributeType attributeType, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java68 private boolean dnAttributes; field in class:LDAPFilter
109 * @param dnAttributes The dnAttributes flag for extensible filters.
117 boolean dnAttributes)
128 this.dnAttributes = dnAttributes;
160 dnAttributes = false;
172 dnAttributes = false;
187 dnAttributes = false;
226 dnAttributes
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.java296 * @param dnAttributes The dnAttributes flag for this extensible
305 boolean dnAttributes)
309 null, matchingRuleID, dnAttributes);
1062 boolean dnAttributes = false;
1080 dnAttributes = reader.readBoolean();
1114 null, matchingRuleID, dnAttributes);
301 createExtensibleFilter( String matchingRuleID, String attributeType, ByteString assertionValue, boolean dnAttributes) argument
H A DSearchFilter.java77 private final boolean dnAttributes; field in class:SearchFilter
125 * @param dnAttributes Indicates whether to match on DN
140 String matchingRuleID, boolean dnAttributes)
165 this.dnAttributes = dnAttributes;
522 * @param dnAttributes Indicates whether to match on DN
535 boolean dnAttributes)
548 null, null, matchingRuleID, dnAttributes);
565 * @param dnAttributes Indicates whether to match on DN
580 boolean dnAttributes)
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
531 createExtensibleMatchFilter( AttributeType attributeType, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java69 private boolean dnAttributes; field in class:LDAPFilter
110 * @param dnAttributes The dnAttributes flag for extensible filters.
118 boolean dnAttributes)
129 this.dnAttributes = dnAttributes;
161 dnAttributes = false;
173 dnAttributes = false;
188 dnAttributes = false;
227 dnAttributes
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.java297 * @param dnAttributes The dnAttributes flag for this extensible
306 boolean dnAttributes)
310 null, matchingRuleID, dnAttributes);
1063 boolean dnAttributes = false;
1081 dnAttributes = reader.readBoolean();
1115 null, matchingRuleID, dnAttributes);
302 createExtensibleFilter( String matchingRuleID, String attributeType, ByteString assertionValue, boolean dnAttributes) argument
H A DSearchFilter.java77 private final boolean dnAttributes; field in class:SearchFilter
125 * @param dnAttributes Indicates whether to match on DN
140 String matchingRuleID, boolean dnAttributes)
165 this.dnAttributes = dnAttributes;
522 * @param dnAttributes Indicates whether to match on DN
535 boolean dnAttributes)
548 null, null, matchingRuleID, dnAttributes);
565 * @param dnAttributes Indicates whether to match on DN
580 boolean dnAttributes)
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
531 createExtensibleMatchFilter( AttributeType attributeType, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java69 private boolean dnAttributes; field in class:LDAPFilter
110 * @param dnAttributes The dnAttributes flag for extensible filters.
118 boolean dnAttributes)
129 this.dnAttributes = dnAttributes;
161 dnAttributes = false;
173 dnAttributes = false;
188 dnAttributes = false;
227 dnAttributes
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.java297 * @param dnAttributes The dnAttributes flag for this extensible
306 boolean dnAttributes)
310 null, matchingRuleID, dnAttributes);
1063 boolean dnAttributes = false;
1081 dnAttributes = reader.readBoolean();
1115 null, matchingRuleID, dnAttributes);
302 createExtensibleFilter( String matchingRuleID, String attributeType, ByteString assertionValue, boolean dnAttributes) argument
H A DSearchFilter.java77 private final boolean dnAttributes; field in class:SearchFilter
125 * @param dnAttributes Indicates whether to match on DN
140 String matchingRuleID, boolean dnAttributes)
165 this.dnAttributes = dnAttributes;
522 * @param dnAttributes Indicates whether to match on DN
535 boolean dnAttributes)
548 null, null, matchingRuleID, dnAttributes);
565 * @param dnAttributes Indicates whether to match on DN
580 boolean dnAttributes)
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
531 createExtensibleMatchFilter( AttributeType attributeType, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java68 private boolean dnAttributes; field in class:LDAPFilter
109 * @param dnAttributes The dnAttributes flag for extensible filters.
117 boolean dnAttributes)
128 this.dnAttributes = dnAttributes;
160 dnAttributes = false;
172 dnAttributes = false;
187 dnAttributes = false;
226 dnAttributes
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.java296 * @param dnAttributes The dnAttributes flag for this extensible
305 boolean dnAttributes)
309 null, matchingRuleID, dnAttributes);
1062 boolean dnAttributes = false;
1080 dnAttributes = reader.readBoolean();
1114 null, matchingRuleID, dnAttributes);
301 createExtensibleFilter( String matchingRuleID, String attributeType, ByteString assertionValue, boolean dnAttributes) argument
H A DSearchFilter.java77 private final boolean dnAttributes; field in class:SearchFilter
125 * @param dnAttributes Indicates whether to match on DN
140 String matchingRuleID, boolean dnAttributes)
165 this.dnAttributes = dnAttributes;
522 * @param dnAttributes Indicates whether to match on DN
535 boolean dnAttributes)
548 null, null, matchingRuleID, dnAttributes);
565 * @param dnAttributes Indicates whether to match on DN
580 boolean dnAttributes)
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
531 createExtensibleMatchFilter( AttributeType attributeType, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPFilter.java72 private boolean dnAttributes; field in class:LDAPFilter
113 * @param dnAttributes The dnAttributes flag for extensible filters.
121 boolean dnAttributes)
132 this.dnAttributes = dnAttributes;
164 dnAttributes = false;
176 dnAttributes = false;
191 dnAttributes = false;
230 dnAttributes
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.java294 * @param dnAttributes The dnAttributes flag for this extensible
303 boolean dnAttributes)
307 null, matchingRuleID, dnAttributes);
1002 boolean dnAttributes = false;
1020 dnAttributes = reader.readBoolean();
1046 null, matchingRuleID, dnAttributes);
299 createExtensibleFilter( String matchingRuleID, String attributeType, ByteString assertionValue, boolean dnAttributes) argument
H A DSearchFilter.java76 private final boolean dnAttributes; field in class:SearchFilter
121 * @param dnAttributes Indicates whether to match on DN
136 String matchingRuleID, boolean dnAttributes)
160 this.dnAttributes = dnAttributes;
517 * @param dnAttributes Indicates whether to match on DN
530 boolean dnAttributes)
543 null, null, matchingRuleID, dnAttributes);
560 * @param dnAttributes Indicates whether to match on DN
575 boolean dnAttributes)
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
526 createExtensibleMatchFilter( AttributeType attributeType, ByteString assertionValue, String matchingRuleID, boolean dnAttributes) argument
570 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java511 private boolean dnAttributes; field in class:SearchFilterTests.FilterDescription
554 if (searchFilter.getDNAttributes() != dnAttributes) {
555 throwUnequalError("dnAttributes");
583 "\tmatchingRuleId = " + dnAttributes + "\n";
623 that.dnAttributes = this.dnAttributes;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java514 private boolean dnAttributes; field in class:SearchFilterTests.FilterDescription
557 if (searchFilter.getDNAttributes() != dnAttributes) {
558 throwUnequalError("dnAttributes");
586 "\tmatchingRuleId = " + dnAttributes + "\n";
626 that.dnAttributes = this.dnAttributes;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java511 private boolean dnAttributes; field in class:SearchFilterTests.FilterDescription
554 if (searchFilter.getDNAttributes() != dnAttributes) {
555 throwUnequalError("dnAttributes");
583 "\tmatchingRuleId = " + dnAttributes + "\n";
623 that.dnAttributes = this.dnAttributes;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java514 private boolean dnAttributes; field in class:SearchFilterTests.FilterDescription
557 if (searchFilter.getDNAttributes() != dnAttributes) {
558 throwUnequalError("dnAttributes");
586 "\tmatchingRuleId = " + dnAttributes + "\n";
626 that.dnAttributes = this.dnAttributes;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java511 private boolean dnAttributes; field in class:SearchFilterTests.FilterDescription
554 if (searchFilter.getDNAttributes() != dnAttributes) {
555 throwUnequalError("dnAttributes");
583 "\tmatchingRuleId = " + dnAttributes + "\n";
623 that.dnAttributes = this.dnAttributes;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DSearchFilterTests.java500 private boolean dnAttributes; field in class:SearchFilterTests.FilterDescription
512 assertEquals(searchFilter.getDNAttributes(), dnAttributes, errorMsg("dnAttributes"));
531 "\tmatchingRuleId = " + dnAttributes + "\n";
566 that.dnAttributes = this.dnAttributes;

Completed in 70 milliseconds