@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostSynchronizationModifyOperation extends PostSynchronizationOperation
Modifier and Type | Method and Description |
---|---|
Entry |
getCurrentEntry()
Retrieves the current entry before any modifications are applied.
|
List<ByteString> |
getCurrentPasswords()
Retrieves the set of clear-text current passwords for the user, if available.
|
Dn |
getEntryDN()
Retrieves the DN of the entry to modify.
|
List<Modification> |
getModifications()
Retrieves the set of modifications for this modify operation.
|
Entry |
getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.
|
List<ByteString> |
getNewPasswords()
Retrieves the set of clear-text new passwords for the user, if available.
|
ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request.
|
List<RawModification> |
getRawModifications()
Retrieves the set of raw, unprocessed modifications as included in the client request.
|
getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getProcessingStopTime, getProcessingTime, getReferralURLs, getResultCode
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
ByteString getRawEntryDN()
Dn getEntryDN()
List<RawModification> getRawModifications()
List<Modification> getModifications()
Entry getCurrentEntry()
Entry getModifiedEntry()
List<ByteString> getCurrentPasswords()
null
if
there were none.List<ByteString> getNewPasswords()
null
if there were
none.Copyright 2010-2020 ForgeRock AS.