public interface LDAPResultSet
Modifier and Type | Method and Description |
---|---|
void |
close() |
List<LDAPEntry> |
getAllEntries() |
int |
getResultSize()
Retrieves (an estimate of) the number of entries in the search result.
|
boolean |
hasNext() |
LDAPEntry |
next() |
void close() throws LDAPException
LDAPException
LDAPEntry next() throws LDAPException
LDAPException
boolean hasNext() throws LDAPException
LDAPException
List<LDAPEntry> getAllEntries() throws LDAPException
LDAPException
int getResultSize() throws LDAPException
LDAPException
Copyright © 2010–2016. All rights reserved.