public class LdapOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LDAP_SUCCESS
LDAP Success
|
| 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.
|
java.util.Vector |
getServerControls()
Gets the server controls from the LdapOperation object.
|
void |
setOperationResultCode(int opResCode)
Sets the LDAP Operation result code in the LdapOperation object.
|
public static final int LDAP_SUCCESS
public java.lang.String getBindDN()
public java.util.Vector getServerControls()
public int getOperationResultCode()
public void setOperationResultCode(int opResCode)
opResCode - - LDAP Operation result code