@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostResponseOperation extends PluginOperation
Modifier and Type | Method and Description |
---|---|
List<AdditionalLogItem> |
getAdditionalLogItems()
Returns an unmodifiable list containing the additional log items for this operation, which should be written to
the log but not included in the response to the client.
|
Dn |
getAuthorizationDN()
Retrieves the authorization DN for this operation.
|
LocalizableMessageBuilder |
getErrorMessage()
Retrieves the error message for this operation.
|
Dn |
getMatchedDN()
Retrieves the matched DN for this operation.
|
long |
getProcessingStopTime()
Retrieves the time that processing stopped for this operation.
|
long |
getProcessingTime()
Retrieves the length of time in milliseconds that the server spent processing this operation.
|
List<String> |
getReferralURLs()
Retrieves the set of referral URLs for this operation.
|
ResultCode |
getResultCode()
Retrieves the result code for this operation.
|
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
ResultCode getResultCode()
UNDEFINED
if the operation has not yet
completed.LocalizableMessageBuilder getErrorMessage()
Dn getMatchedDN()
null
if the operation has not yet completed or does
not have a matched DN.List<String> getReferralURLs()
null
if the operation is not yet complete or
does not have a set of referral URLs.Dn getAuthorizationDN()
long getProcessingStopTime()
long getProcessingTime()
List<AdditionalLogItem> getAdditionalLogItems()
Copyright 2010-2020 ForgeRock AS.