@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface InternalSearchListener
Modifier and Type | Method and Description |
---|---|
void |
handleInternalSearchEntry(InternalSearchOperation searchOperation,
SearchResultEntry searchEntry)
Performs any processing necessary for the provided search result
entry.
|
void |
handleInternalSearchReference(InternalSearchOperation searchOperation,
SearchResultReference searchReference)
Performs any processing necessary for the provided search result
reference.
|
void handleInternalSearchEntry(InternalSearchOperation searchOperation, SearchResultEntry searchEntry) throws DirectoryException
searchOperation
- The internal search operation being
processed.searchEntry
- The matching search result entry to be
processed.DirectoryException
- If a problem occurred while handling
the provided entry. Search
processing will be terminated, and
the search operation will result
will be set based on this exception.void handleInternalSearchReference(InternalSearchOperation searchOperation, SearchResultReference searchReference) throws DirectoryException
searchOperation
- The internal search operation being
processed.searchReference
- The search result reference to be
processed.DirectoryException
- If a problem occurred while handling
the provided entry. Search
processing will be terminated, and
the search operation will result
will be set based on this exception.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.