Class PlainAuthenticator

java.lang.Object
org.subethamail.smtp.client.PlainAuthenticator
All Implemented Interfaces:
Authenticator

public class PlainAuthenticator extends Object implements Authenticator
PlainAuthenticator implements the SASL PLAIN mechanism which authenticates the client using a name - password combination.
See Also: