@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreParseAddOperation extends PreParseOperation
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Attribute attribute)
Adds the provided attribute to the set of attributes for this add operation.
|
Iterable<Attribute> |
getAllAttributes()
Retrieves the set of attributes as read from the client request.
|
Dn |
getEntryDN()
Retrieves the DN of the entry to add.
|
void |
setAttributes(List<Attribute> attributes)
Replaces the set of attributes for this add operation.
|
void |
setEntryDN(Dn entryDN)
Specifies the entry DN for the entry to add.
|
addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, getAdditionalLogItems, getErrorMessage, removeResponseControl, setErrorMessage
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
Dn getEntryDN()
void setEntryDN(Dn entryDN)
entryDN
- The entry DN for the entry to add.Iterable<Attribute> getAllAttributes()
void addAttribute(Attribute attribute)
attribute
- The attribute to add to the set of attributes for this add operation.Copyright 2010-2018 ForgeRock AS.