Searched refs:matchesEntry (Results 51 - 75 of 236) sorted by relevance

12345678910

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLDIFImportConfig.java1221 if (filter.matchesEntry(entry))
1232 if (filter.matchesEntry(entry))
H A DVirtualAttributeRule.java301 if (filter.matchesEntry(entry))
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLDIFImportConfig.java1220 if (filter.matchesEntry(entry))
1231 if (filter.matchesEntry(entry))
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLDIFImportConfig.java1221 if (filter.matchesEntry(entry))
1232 if (filter.matchesEntry(entry))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLDIFImportConfig.java1221 if (filter.matchesEntry(entry))
1232 if (filter.matchesEntry(entry))
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DLDIFImportConfig.java1220 if (filter.matchesEntry(entry))
1231 if (filter.matchesEntry(entry))
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDynamicGroup.java342 if (memberURL.matchesEntry(userEntry))
H A DEntryDNVirtualAttributeProvider.java339 if ((entry != null) && filter.matchesEntry(entry))
H A DIsMemberOfVirtualAttributeProvider.java394 filter.matchesEntry(e))
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java433 return filter.matchesEntry(e);
H A DUserDN.java336 if(filter.matchesEntry(evalCtx.getClientEntry()))
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java97 (! filter.matchesEntry(e)))
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPersistentSearch.java293 final boolean filterMatchesEntry = searchOperation.getFilter().matchesEntry(entry);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDynamicGroup.java341 if (memberURL.matchesEntry(userEntry))
H A DEntryDNVirtualAttributeProvider.java276 if (entry != null && filter.matchesEntry(entry))
H A DIsMemberOfVirtualAttributeProvider.java360 filter.matchesEntry(e))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java416 filterMatch=filter.matchesEntry(e);
H A DUserDN.java333 if(filter.matchesEntry(evalCtx.getClientEntry()))
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java98 (! filter.matchesEntry(e)))
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java447 boolean matches = filter.matchesEntry(entry);
989 if (!description.searchFilter.matchesEntry(entry)) {
996 if (description.searchFilter.matchesEntry(entry)) {
1197 boolean matches = SearchFilter.createFilterFromString(filterStr).matchesEntry(entry);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java416 filterMatch=filter.matchesEntry(e);
H A DUserDN.java333 if(filter.matchesEntry(evalCtx.getClientEntry()))
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java98 (! filter.matchesEntry(e)))
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDynamicGroup.java342 if (memberURL.matchesEntry(userEntry))
H A DEntryDNVirtualAttributeProvider.java339 if ((entry != null) && filter.matchesEntry(entry))

Completed in 116 milliseconds

12345678910