public interface Assertion
extends java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertCandidate(Entry entry)
Checks to see if a candidate is valid by asserting an arbitrary predicate
against the candidate.
|
boolean assertCandidate(Entry entry) throws javax.naming.NamingException
entry - the entry if availablejavax.naming.NamingException - if an error occurs while asserting the predicate