@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ReadOnlyDeleteRequest extends ReadOnlyLDAPRequest
DeleteRequest
.
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
duplicate()
Creates a new instance of this LDAP request that may be modified without
impacting this request.
|
DeleteRequest |
duplicate(Control[] controls)
Creates a new instance of this LDAP request that may be modified without
impacting this request.
|
java.lang.String |
getDN()
Retrieves the DN of the entry to delete.
|
java.lang.String[] |
toLDIF()
Retrieves a string array whose lines contain an LDIF representation of the
corresponding delete change record.
|
LDIFDeleteChangeRecord |
toLDIFChangeRecord()
Retrieves an LDIF delete change record with the contents of this delete
request.
|
java.lang.String |
toLDIFString()
Retrieves an LDIF string representation of this delete request.
|
followReferrals, getControl, getControlList, getControls, getReferralConnector, getResponseTimeoutMillis, hasControl, hasControl, toCode, toString, toString
@NotNull java.lang.String getDN()
@NotNull DeleteRequest duplicate()
duplicate
in interface ReadOnlyLDAPRequest
@NotNull DeleteRequest duplicate(@Nullable Control[] controls)
duplicate
in interface ReadOnlyLDAPRequest
controls
- The set of controls to include in the duplicate request.@NotNull LDIFDeleteChangeRecord toLDIFChangeRecord()
@NotNull java.lang.String[] toLDIF()
@NotNull java.lang.String toLDIFString()