public class ScopeEvaluator extends Object implements Evaluator
| Constructor and Description |
|---|
ScopeEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(org.apache.directory.api.ldap.model.filter.ExprNode node,
org.apache.directory.api.ldap.model.name.Dn dn,
org.apache.directory.api.ldap.model.entry.Entry record)
Evaluates a candidate to determine if a filter expression selects it.
|
public boolean evaluate(org.apache.directory.api.ldap.model.filter.ExprNode node,
org.apache.directory.api.ldap.model.name.Dn dn,
org.apache.directory.api.ldap.model.entry.Entry record)
throws org.apache.directory.api.ldap.model.exception.LdapException
evaluate in interface Evaluatordn - the normalized distinguished name of the entry being testedrecord - the entry to evaluateorg.apache.directory.api.ldap.model.exception.LdapException - if there is a database fault during evaluationCopyright © 2021. All rights reserved.