@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface SASLBindRequest extends BindRequest
Modifier and Type | Method and Description |
---|---|
com.unboundid.asn1.ASN1OctetString |
getSASLCredentials()
Retrieves the SASL credentials for the bind request, if any.
|
java.lang.String |
getSASLMechanism()
Retrieves the name of the SASL mechanism to use.
|
com.unboundid.ldap.sdk.SASLBindRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this SASL bind request.
|
getOperationType, getRequestControls
java.lang.String getSASLMechanism()
com.unboundid.asn1.ASN1OctetString getSASLCredentials()
null
if
there are none.com.unboundid.ldap.sdk.SASLBindRequest toLDAPSDKRequest()
toLDAPSDKRequest
in interface BindRequest