Searched refs:matchesEntry (Results 126 - 150 of 236) sorted by relevance

12345678910

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java474 if (! assertionFilter.matchesEntry(entry))
640 if (filter.matchesEntry(entry))
744 return getFilter().matchesEntry(entry);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java657 && filter.matchesEntry(baseEntry))
704 if (filter.matchesEntry(certEntry))
717 && filter.matchesEntry(certEntry))
H A DLDIFBackend.java947 if (filter.matchesEntry(baseEntry))
958 if (e.matchesBaseAndScope(baseDN, scope) && filter.matchesEntry(e))
H A DRootDSEBackend.java895 if (filter.matchesEntry(dseEntry))
920 if (subBaseEntry != null && filter.matchesEntry(subBaseEntry))
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java739 if (filter.matchesEntry(baseEntry))
787 if (filter.matchesEntry(certEntry))
802 if (filter.matchesEntry(certEntry))
H A DLDIFBackend.java1056 if (filter.matchesEntry(baseEntry))
1067 if (e.matchesBaseAndScope(baseDN, scope) && filter.matchesEntry(e))
H A DRootDSEBackend.java1136 if (filter.matchesEntry(dseEntry))
1161 if ((subBaseEntry != null) && filter.matchesEntry(subBaseEntry))
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java739 if (filter.matchesEntry(baseEntry))
787 if (filter.matchesEntry(certEntry))
802 if (filter.matchesEntry(certEntry))
H A DLDIFBackend.java1056 if (filter.matchesEntry(baseEntry))
1067 if (e.matchesBaseAndScope(baseDN, scope) && filter.matchesEntry(e))
H A DRootDSEBackend.java1136 if (filter.matchesEntry(dseEntry))
1161 if ((subBaseEntry != null) && filter.matchesEntry(subBaseEntry))
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java473 if (! assertionFilter.matchesEntry(entry))
639 if (filter.matchesEntry(entry))
766 return getFilter().matchesEntry(entry);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java474 if (! assertionFilter.matchesEntry(entry))
640 if (filter.matchesEntry(entry))
744 return getFilter().matchesEntry(entry);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java657 && filter.matchesEntry(baseEntry))
704 if (filter.matchesEntry(certEntry))
717 && filter.matchesEntry(certEntry))
H A DLDIFBackend.java947 if (filter.matchesEntry(baseEntry))
958 if (e.matchesBaseAndScope(baseDN, scope) && filter.matchesEntry(e))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java739 if (filter.matchesEntry(baseEntry))
787 if (filter.matchesEntry(certEntry))
802 if (filter.matchesEntry(certEntry))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DTrustStoreBackend.java581 && filter.matchesEntry(baseEntry))
619 if (filter.matchesEntry(certEntry))
631 && filter.matchesEntry(certEntry))
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java535 if (!filter.matchesEntry(entry))
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java448 if (!filter.matchesEntry(entry))
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java489 if (!filter.matchesEntry(entry))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java535 if (!filter.matchesEntry(entry))
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java448 if (!filter.matchesEntry(entry))
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLDAPURL.java1289 public boolean matchesEntry(Entry entry) method in class:LDAPURL
1299 getFilter().matchesEntry(entry));
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLDAPURL.java1266 public boolean matchesEntry(Entry entry) method in class:LDAPURL
1276 getFilter().matchesEntry(entry));
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLDAPURL.java1289 public boolean matchesEntry(Entry entry) method in class:LDAPURL
1299 getFilter().matchesEntry(entry));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLDAPURL.java1289 public boolean matchesEntry(Entry entry) method in class:LDAPURL
1299 getFilter().matchesEntry(entry));

Completed in 126 milliseconds

12345678910