Class PlainAuthenticationHandlerFactory

java.lang.Object
org.subethamail.smtp.auth.PlainAuthenticationHandlerFactory
All Implemented Interfaces:
AuthenticationHandlerFactory

public class PlainAuthenticationHandlerFactory extends Object implements AuthenticationHandlerFactory
Implements the SMTP AUTH PLAIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.
Author:
Marco Trevisan, Jeff Schnitzer, Ian White