@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableSASLBindRequest extends SASLBindRequest, UpdatableBindRequest
| Modifier and Type | Method and Description | 
|---|---|
void | 
setSASLCredentials(java.lang.String saslMechanism,
                                    com.unboundid.asn1.ASN1OctetString saslCredentials)
Specifies the SASL credentials for the bind request, if any. 
 | 
getSASLCredentials, getSASLMechanism, toLDAPSDKRequestaddRequestControl, setRequestControlsgetOperationType, getRequestControlsvoid setSASLCredentials(java.lang.String saslMechanism, com.unboundid.asn1.ASN1OctetString saslCredentials)
saslMechanism - The name of the SASL mechanism to use.  It must
                          not be null.saslCredentials - The SASL credentials for the bind request.  It may
                          be null if no credentials should be used.