public interface NameClassPairCallbackHandler
LdapTemplate
search, list and listBindings
methods. Implementations of this interface perform the actual work of
extracting results from a single NameClassPair
(a
NameClassPair
, Binding
or
SearchResult
depending on the search operation) returned by an
LDAP seach operation, such as search(), list(), and listBindings().Modifier and Type | Method and Description |
---|---|
void |
handleNameClassPair(javax.naming.NameClassPair nameClassPair)
Handle one entry.
|