public class LdapOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
LDAP_ENTRY_ADD
Constant to add an Entry
|
protected static int |
LDAP_ENTRY_BIND
Constant to bind to an Entry
|
protected static int |
LDAP_ENTRY_COMPARE
Constant to compare an attribute value in an Entry
|
protected static int |
LDAP_ENTRY_DELETE
Constant to delete an Entry
|
protected static int |
LDAP_ENTRY_MODDN
Constant to modify a DN in an Entry
|
protected static int |
LDAP_ENTRY_MODIFY
Constant to modify an Entry
|
protected static int |
LDAP_ENTRY_SEARCH
Constant to search an Entry/Entries
|
static int |
LDAP_SUCCESS
LDAP Success
|
protected java.lang.String |
m_bindDN |
protected int |
m_ldapOpCode |
protected int |
m_opResCode |
protected java.lang.String |
m_opResMsg |
protected java.util.Vector |
m_srvCtrls |
Modifier | Constructor and Description |
---|---|
protected |
LdapOperation()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindDN()
Gets the bind DN from the LdapOperation object
|
int |
getOperationResultCode()
Gets the LDAP Operation result code from the LdapOperation object.
|
protected int |
getOperationType()
For Internal Use Only - Private Method Retrieve the LDAP Operation Code from the LdapOperation object
|
java.util.Vector |
getServerControls()
Gets the server controls from the LdapOperation object.
|
protected void |
setBindDN(java.lang.String bindDN)
Set the Bind DN in the LdapOperation object
|
void |
setOperationResultCode(int opResCode)
Sets the LDAP Operation result code in the LdapOperation object.
|
protected void |
setOperationType(int ldapOpCode)
For Internal Use Only - Private Method Set the LDAP Operation Code in the LdapOperation object
|
protected void |
setServerControls(java.util.Vector srvCtrls)
For Internal Use Only - Private Method Set the Server Controls in the LdapOperation
|
protected java.lang.String m_bindDN
protected int m_ldapOpCode
protected java.util.Vector m_srvCtrls
protected int m_opResCode
protected java.lang.String m_opResMsg
protected static final int LDAP_ENTRY_MODIFY
protected static final int LDAP_ENTRY_BIND
protected static final int LDAP_ENTRY_DELETE
protected static final int LDAP_ENTRY_SEARCH
protected static final int LDAP_ENTRY_COMPARE
protected static final int LDAP_ENTRY_ADD
protected static final int LDAP_ENTRY_MODDN
public static final int LDAP_SUCCESS
protected void setBindDN(java.lang.String bindDN)
bindDN
- - Bind DNpublic java.lang.String getBindDN()
protected int getOperationType()
protected void setOperationType(int ldapOpCode)
ldapOpCode
- - LDAP Operationpublic java.util.Vector getServerControls()
protected void setServerControls(java.util.Vector srvCtrls)
srvCtrls
- - Server controlspublic int getOperationResultCode()
public void setOperationResultCode(int opResCode)
opResCode
- - LDAP Operation result code