Package org.subethamail.smtp.auth
Class EasyAuthenticationHandlerFactory
java.lang.Object
org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory
org.subethamail.smtp.auth.EasyAuthenticationHandlerFactory
- All Implemented Interfaces:
AuthenticationHandlerFactory
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory
addFactory, create, getAuthenticationMechanisms
-
Constructor Details
-
EasyAuthenticationHandlerFactory
-
-
Method Details
-
getValidator
-