Constructs this PasswordAuthenticator with the passed username and password.
The username to initialize this authenticator with.
The password to initialize this authenticator with.
Optional
allowed_The sasl mechanisms to authenticate with.
The password that will be used to authenticate with.
The username that will be used to authenticate with.
Static
ldapCreates a LDAP compatible password authenticator which is INSECURE if not used with TLS.
Please note that this is INSECURE and will leak user credentials on the wire to eavesdroppers. This should only be enabled in trusted environments.
The username to initialize this authenticator with.
The password to initialize this authenticator with.
PasswordAuthenticator implements a simple IPasswordAuthenticator.