Sasl.plain

Configure the SASL layer to use the "PLAIN" mechanism.

A utility function to configure a simple client SASL layer using PLAIN authentication.

@param username credential for the PLAIN authentication mechanism @param password credential for the PLAIN authentication mechanism

interface Sasl
void
plain
(
String username
,
String password
)

Meta