@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostOperationExtendedOperation extends PostOperationOperation
Modifier and Type | Method and Description |
---|---|
String |
getRequestOID()
Retrieves the OID for the request associated with this extended operation.
|
ByteString |
getRequestValue()
Retrieves the value for the request associated with this extended operation.
|
String |
getResponseOID()
Retrieves the OID to include in the response to the client.
|
ByteString |
getResponseValue()
Retrieves the value to include in the response to the client.
|
void |
setResponseOID(String responseOID)
Specifies the OID to include in the response to the client.
|
void |
setResponseValue(ByteString responseValue)
Specifies the value to include in the response to the client.
|
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, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
String getRequestOID()
ByteString getRequestValue()
String getResponseOID()
void setResponseOID(String responseOID)
responseOID
- The OID to include in the response to the client.ByteString getResponseValue()
void setResponseValue(ByteString responseValue)
responseValue
- The value to include in the response to the client.Copyright 2010-2022 ForgeRock AS.