|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.event.ScopeEvaluator
public class ScopeEvaluator
Evaluates ScopeNode assertions on candidates using a database.
Constructor Summary | |
---|---|
ScopeEvaluator()
|
Method Summary | |
---|---|
boolean |
evaluate(ExprNode node,
java.lang.String dn,
javax.naming.directory.Attributes record)
Evaluates a candidate to determine if a filter expression selects it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopeEvaluator() throws javax.naming.NamingException
javax.naming.NamingException
Method Detail |
---|
public boolean evaluate(ExprNode node, java.lang.String dn, javax.naming.directory.Attributes record) throws javax.naming.NamingException
Evaluator
evaluate
in interface Evaluator
node
- the filter expression to evaluate on the candidatedn
- the normalized distinguished name of the entry being testedrecord
- the entry to evaluate
javax.naming.NamingException
- if there is a database fault during evaluationEvaluator.evaluate(ExprNode, String, Attributes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |