public final class DeleteLdapOperation extends LdapOperation
Modifier and Type | Field and Description |
---|---|
static int |
LDAP_CONSTRAINT_VIOLATION
LDAP Constraint Violation result code
|
static int |
LDAP_INSUFFICIENT_ACCESS
LDAP Insufficient Access result code
|
static int |
LDAP_INVALID_DN_SYNTAX
LDAP Invalid DN Syntax result code
|
static int |
LDAP_NO_MEMORY
LDAP No Memory result code
|
static int |
LDAP_NO_SUCH_ATTRIBUTE
LDAP No Such Attribute result code
|
static int |
LDAP_NO_SUCH_OBJECT
LDAP No Such Object result code
|
static int |
LDAP_NOT_ALLOWED_ON_NONLEAF
LDAP Not Allowed on NonLeaf result code
|
static int |
LDAP_OPERATIONS_ERROR
LDAP Operations Error result code
|
static int |
LDAP_REFERRAL
LDAP Referral result code
|
static int |
LDAP_UNWILLING_TO_PERFORM
LDAP Unwilling To Perform result code
|
static int |
LDAP_USER_CANCELLED
LDAP User Cancelled result code
|
LDAP_ENTRY_ADD, LDAP_ENTRY_BIND, LDAP_ENTRY_COMPARE, LDAP_ENTRY_DELETE, LDAP_ENTRY_MODDN, LDAP_ENTRY_MODIFY, LDAP_ENTRY_SEARCH, LDAP_SUCCESS, m_bindDN, m_ldapOpCode, m_opResCode, m_opResMsg, m_srvCtrls
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeleteDN()
Gets the DN to be deleted from the DeleteLdapOperation object
|
void |
setDeleteDN(java.lang.String deleteDN)
Sets the DN to be deleted in the DeleteLdapOperation object
|
getBindDN, getOperationResultCode, getOperationType, getServerControls, setBindDN, setOperationResultCode, setOperationType, setServerControls
public static final int LDAP_OPERATIONS_ERROR
public static final int LDAP_REFERRAL
public static final int LDAP_NO_SUCH_ATTRIBUTE
public static final int LDAP_CONSTRAINT_VIOLATION
public static final int LDAP_NO_SUCH_OBJECT
public static final int LDAP_INVALID_DN_SYNTAX
public static final int LDAP_INSUFFICIENT_ACCESS
public static final int LDAP_UNWILLING_TO_PERFORM
public static final int LDAP_NOT_ALLOWED_ON_NONLEAF
public static final int LDAP_USER_CANCELLED
public static final int LDAP_NO_MEMORY
public void setDeleteDN(java.lang.String deleteDN)
deleteDN
- - Delete DNpublic java.lang.String getDeleteDN()