@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostOperationSearchOperation extends PostOperationOperation
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAttributes()
Retrieves the set of requested attributes for this search operation.
|
Dn |
getBaseDN()
Retrieves the base DN for this search operation.
|
DereferenceAliasesPolicy |
getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
int |
getEntriesSent()
Retrieves the number of entries sent to the client for this search operation.
|
SearchFilter |
getFilter()
Retrieves the filter for this search operation.
|
ByteString |
getRawBaseDN()
Retrieves the raw, unprocessed base DN as included in the request from the client.
|
RawFilter |
getRawFilter()
Retrieves the raw, unprocessed search filter as included in the request from the client.
|
int |
getReferencesSent()
Retrieves the number of search references sent to the client for this search operation.
|
SearchScope |
getScope()
Retrieves the scope for this search operation.
|
int |
getSizeLimit()
Retrieves the size limit for this search operation.
|
int |
getTimeLimit()
Retrieves the time limit for this search operation.
|
boolean |
getTypesOnly()
Retrieves the typesOnly flag for this search operation.
|
addAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
ByteString getRawBaseDN()
Dn getBaseDN()
SearchScope getScope()
DereferenceAliasesPolicy getDerefPolicy()
int getSizeLimit()
int getTimeLimit()
boolean getTypesOnly()
RawFilter getRawFilter()
SearchFilter getFilter()
Set<String> getAttributes()
int getEntriesSent()
int getReferencesSent()
Copyright 2010-2020 ForgeRock AS.