|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ldaptive.provider.opendj.OpenDJConnection.AbstractOpenDJSearch
protected abstract class OpenDJConnection.AbstractOpenDJSearch
Common search functionality for opendj iterators and listeners.
| Field Summary | |
|---|---|
protected org.ldaptive.SearchRequest |
request
Search request. |
protected OpenDJUtils |
util
Utility class. |
| Constructor Summary | |
|---|---|
OpenDJConnection.AbstractOpenDJSearch(org.ldaptive.SearchRequest sr)
Creates a new abstract opendj search. |
|
| Method Summary | |
|---|---|
protected org.forgerock.opendj.ldap.DereferenceAliasesPolicy |
getDereferencePolicy(org.ldaptive.DerefAliases deref)
Returns the opendj deference policy for the supplied deref aliases. |
protected org.forgerock.opendj.ldap.requests.SearchRequest |
getSearchRequest(org.ldaptive.SearchRequest sr)
Returns an opendj search request object configured with the supplied search request. |
protected org.forgerock.opendj.ldap.SearchScope |
getSearchScope(org.ldaptive.SearchScope ss)
Returns the opendj search scope for the supplied search scope. |
protected org.ldaptive.ResultCode |
ignoreSearchException(org.ldaptive.ResultCode[] ignoreResultCodes,
org.forgerock.opendj.ldap.ErrorResultException e)
Determines whether the supplied ldap exception should be ignored. |
protected org.ldaptive.provider.SearchItem |
processIntermediateResponse(org.forgerock.opendj.ldap.responses.IntermediateResponse res)
Processes the response controls on the supplied response and returns a corresponding search item. |
protected org.ldaptive.provider.SearchItem |
processSearchResultEntry(org.forgerock.opendj.ldap.responses.SearchResultEntry entry)
Processes the response controls on the supplied entry and returns a corresponding search item. |
protected org.ldaptive.provider.SearchItem |
processSearchResultReference(org.forgerock.opendj.ldap.responses.SearchResultReference ref)
Processes the response controls on the supplied reference and returns a corresponding search item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.ldaptive.SearchRequest request
protected final OpenDJUtils util
| Constructor Detail |
|---|
public OpenDJConnection.AbstractOpenDJSearch(org.ldaptive.SearchRequest sr)
sr - search request| Method Detail |
|---|
protected org.forgerock.opendj.ldap.requests.SearchRequest getSearchRequest(org.ldaptive.SearchRequest sr)
sr - search request containing configuration to create opendj
search request
protected org.forgerock.opendj.ldap.SearchScope getSearchScope(org.ldaptive.SearchScope ss)
ss - search scope
protected org.forgerock.opendj.ldap.DereferenceAliasesPolicy getDereferencePolicy(org.ldaptive.DerefAliases deref)
deref - deref aliases
protected org.ldaptive.ResultCode ignoreSearchException(org.ldaptive.ResultCode[] ignoreResultCodes,
org.forgerock.opendj.ldap.ErrorResultException e)
ignoreResultCodes - to match against the exceptione - ldap exception to match
protected org.ldaptive.provider.SearchItem processSearchResultEntry(org.forgerock.opendj.ldap.responses.SearchResultEntry entry)
entry - to process
protected org.ldaptive.provider.SearchItem processSearchResultReference(org.forgerock.opendj.ldap.responses.SearchResultReference ref)
ref - to process
protected org.ldaptive.provider.SearchItem processIntermediateResponse(org.forgerock.opendj.ldap.responses.IntermediateResponse res)
res - to process
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||