org.subethamail.smtp.auth
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EasyAuthenticationHandlerFactory
public EasyAuthenticationHandlerFactory(UsernamePasswordValidator validator)
getValidator
public UsernamePasswordValidator getValidator()
Copyright © 2006-2012. All Rights Reserved.