public final class BindLdapOperation extends LdapOperation
Modifier and Type | Field and Description |
---|---|
static int |
LDAP_INVALID_CREDENTIALS
LDAP Invalid Credentials result code
|
static int |
LDAP_OPERATIONS_ERROR
LDAP Operations Error result code
|
static int |
LDAP_UNAVAILABLE_CRITICALEXTENSION
LDAP Unavailable CriticalExtension result code
|
LDAP_SUCCESS
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindPassword()
Gets the bind password from the BindLdapOperation object
|
java.lang.String |
getProxyRequesterDN()
Returns the proxy requester DN.
|
boolean |
isProxySwitch()
Indicates whether this plug-in is being invoked during a proxy switch, that is,
during an InitialLdapContext.reconnect()
|
void |
setBindPassword(java.lang.String bindPasswd)
Sets the bind password in the BindLdapOperation object
|
getBindDN, getOperationResultCode, getServerControls, setOperationResultCode
public static final int LDAP_OPERATIONS_ERROR
public static final int LDAP_UNAVAILABLE_CRITICALEXTENSION
public static final int LDAP_INVALID_CREDENTIALS
public void setBindPassword(java.lang.String bindPasswd)
bindPasswd
- - Bind passwordpublic java.lang.String getBindPassword()
public boolean isProxySwitch()
public java.lang.String getProxyRequesterDN()