public interface SearchIterator
Modifier and Type | Method and Description |
---|---|
void |
close()
Close any resources associated with this iterator.
|
Response<Void> |
getResponse()
Returns the response data associated with this search or null if this iterator has more ldap entries to return.
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
SearchItem |
next()
Returns the next element in the iteration.
|
boolean hasNext() throws LdapException
LdapException
- if an error occursSearchItem next() throws LdapException
LdapException
- if an error occursResponse<Void> getResponse()
void close() throws LdapException
LdapException
- if an error occursCopyright © 2003-2019 Virginia Tech. All Rights Reserved.