Searched refs:EQUALITY (Results 101 - 125 of 231) sorted by relevance

12345678910

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DBackend.java305 case EQUALITY:
306 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DFingerprintCertificateMapper.java139 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
362 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
H A DRegularExpressionIdentityMapper.java156 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
326 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
H A DSubjectAttributeToUserAttributeCertificateMapper.java138 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
335 if (b != null && !b.isIndexed(t, IndexType.EQUALITY))
H A DSubjectDNToUserAttributeCertificateMapper.java122 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DPluggableBackendImplTestCase.java115 backendIndexes.put("entryUUID", new IndexType[] { IndexType.EQUALITY });
117 backendIndexes.put("sn", new IndexType[] { IndexType.PRESENCE, IndexType.EQUALITY, IndexType.SUBSTRING });
118 backendIndexes.put("uid", new IndexType[] { IndexType.EQUALITY });
119 backendIndexes.put("telephoneNumber", new IndexType[] { IndexType.EQUALITY, IndexType.SUBSTRING });
613 assertFalse(backend.isIndexed(modifyAttribute, EQUALITY));
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRawFilter.java168 return new LDAPFilter(FilterType.EQUALITY, null, null,
455 case EQUALITY:
743 filterType = FilterType.EQUALITY;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRawFilter.java167 return new LDAPFilter(FilterType.EQUALITY, null, null,
454 case EQUALITY:
742 filterType = FilterType.EQUALITY;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DRawFilter.java168 return new LDAPFilter(FilterType.EQUALITY, null, null,
455 case EQUALITY:
743 filterType = FilterType.EQUALITY;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DRawFilter.java168 return new LDAPFilter(FilterType.EQUALITY, null, null,
455 case EQUALITY:
743 filterType = FilterType.EQUALITY;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRawFilter.java167 return new LDAPFilter(FilterType.EQUALITY, null, null,
454 case EQUALITY:
742 filterType = FilterType.EQUALITY;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRawFilter.java165 return new LDAPFilter(FilterType.EQUALITY, null, null,
452 case EQUALITY:
731 filterType = FilterType.EQUALITY;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java144 case EQUALITY:
253 else if (filterType == FilterType.EQUALITY ||
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DBackend.java341 case EQUALITY:
343 IndexType.EQUALITY);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java145 case EQUALITY:
254 else if (filterType == FilterType.EQUALITY ||
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DBackend.java341 case EQUALITY:
343 IndexType.EQUALITY);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java145 case EQUALITY:
254 else if (filterType == FilterType.EQUALITY ||
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java144 case EQUALITY:
253 else if (filterType == FilterType.EQUALITY ||
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DBackend.java341 case EQUALITY:
343 IndexType.EQUALITY);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java145 case EQUALITY:
254 else if (filterType == FilterType.EQUALITY ||
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSubjectDNToUserAttributeCertificateMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSubjectDNToUserAttributeCertificateMapper.java124 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSubjectDNToUserAttributeCertificateMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSubjectDNToUserAttributeCertificateMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSubjectDNToUserAttributeCertificateMapper.java124 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))

Completed in 111 milliseconds

12345678910