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_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 |
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, getOperationType, getServerControls, setBindDN, setOperationResultCode, setOperationType, setServerControls
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()