@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.
|
ByteString |
getPassword()
Retrieves the password for the bind request.
|
SimpleBindRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this simple bind request.
|
getOperationType, getRequestControls
java.lang.String getDN()
ByteString getPassword()
SimpleBindRequest toLDAPSDKRequest()
toLDAPSDKRequest
in interface BindRequest