@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface SimpleBindRequest extends BindRequest
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDN()
Retrieves the DN of the user attempting to bind. 
 | 
com.unboundid.util.ByteString | 
getPassword()
Retrieves the password for the bind request. 
 | 
com.unboundid.ldap.sdk.SimpleBindRequest | 
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this simple bind request. 
 | 
getOperationType, getRequestControlsjava.lang.String getDN()
com.unboundid.util.ByteString getPassword()
com.unboundid.ldap.sdk.SimpleBindRequest toLDAPSDKRequest()
toLDAPSDKRequest in interface BindRequest