public interface Evaluator
boolean evaluate(org.apache.directory.shared.ldap.filter.ExprNode node,
String dn,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
throws org.apache.directory.shared.ldap.exception.LdapException
node - the filter expression to evaluate on the candidatedn - the normalized distinguished name of the entry being testedentry - the entry to evaluateorg.apache.directory.shared.ldap.exception.LdapException - if there is a database fault during evaluationCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.