A client (sasl-client
object) initialized with four
parameters—a mechanism, a user name, name of the service and name of
the server.
Prepare a sasl-client
object.
Return the mechanism (sasl-mechanism
object) of client.
Return the authorization name of client, a string.
Return the service name of client, a string.
Return the server name of client, a string.
If you want to specify additional configuration properties, please use
sasl-client-set-property
.
Add the given property/value to client.
Return the value of the property of client.
Destructively set the properties of client. The second argument is the new property list.
Return the whole property list of client configuration.