public class EmbeddedSearchResultIterator extends Object implements Iterator<SMSDataEntry>
SearchResultEntry
and
converts the SearchResultEntry
to a SMSDataEntry
object.Constructor and Description |
---|
EmbeddedSearchResultIterator(LinkedList results,
Set excludeDNs)
Constructs a
SearchResultIterator |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
SMSDataEntry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public EmbeddedSearchResultIterator(LinkedList results, Set excludeDNs)
SearchResultIterator
results
- LDAP Search Results object.excludeDNs
- a set of distinguished names to be excludedpublic boolean hasNext()
hasNext
in interface Iterator<SMSDataEntry>
public SMSDataEntry next()
next
in interface Iterator<SMSDataEntry>
public void remove()
remove
in interface Iterator<SMSDataEntry>
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.