org.subethamail.smtp.auth
Class EasyAuthenticationHandlerFactory

java.lang.Object
  extended by org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory
      extended by 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

Constructor Summary
EasyAuthenticationHandlerFactory(UsernamePasswordValidator validator)
           
 
Method Summary
 UsernamePasswordValidator getValidator()
           
 
Methods inherited from class org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory
addFactory, create, getAuthenticationMechanisms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyAuthenticationHandlerFactory

public EasyAuthenticationHandlerFactory(UsernamePasswordValidator validator)
Method Detail

getValidator

public UsernamePasswordValidator getValidator()


Copyright © 2009 SubEthaSMTP. All Rights Reserved. Build version: UNVERSIONED