Class EasyAuthenticationHandlerFactory

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

public class EasyAuthenticationHandlerFactory extends MultipleAuthenticationHandlerFactory
This a convenient class that saves you setting up the factories that we know about; you can always add more afterwards. Currently this factory supports: PLAIN LOGIN
Author:
Jeff Schnitzer