Uses of Interface
org.subethamail.smtp.AuthenticationHandlerFactory

Packages that use AuthenticationHandlerFactory
org.subethamail.smtp.auth   
org.subethamail.smtp.server   
 

Uses of AuthenticationHandlerFactory in org.subethamail.smtp.auth
 

Classes in org.subethamail.smtp.auth that implement AuthenticationHandlerFactory
 class EasyAuthenticationHandlerFactory
          This a convenient class that saves you setting up the factories that we know about; you can always add more afterwards.
 class LoginAuthenticationHandlerFactory
          Implements the SMTP AUTH LOGIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.
 class MultipleAuthenticationHandlerFactory
          This handler combines the behavior of several other authentication handler factories.
 class PlainAuthenticationHandlerFactory
          Implements the SMTP AUTH PLAIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.
 

Methods in org.subethamail.smtp.auth with parameters of type AuthenticationHandlerFactory
 void MultipleAuthenticationHandlerFactory.addFactory(AuthenticationHandlerFactory fact)
           
 

Constructor parameters in org.subethamail.smtp.auth with type arguments of type AuthenticationHandlerFactory
MultipleAuthenticationHandlerFactory(java.util.Collection<AuthenticationHandlerFactory> factories)
           
 

Uses of AuthenticationHandlerFactory in org.subethamail.smtp.server
 

Methods in org.subethamail.smtp.server that return AuthenticationHandlerFactory
 AuthenticationHandlerFactory SMTPServer.getAuthenticationHandlerFactory()
           
 

Methods in org.subethamail.smtp.server with parameters of type AuthenticationHandlerFactory
 void SMTPServer.setAuthenticationHandlerFactory(AuthenticationHandlerFactory fact)
           
 

Constructors in org.subethamail.smtp.server with parameters of type AuthenticationHandlerFactory
SMTPServer(MessageHandlerFactory msgHandlerFact, AuthenticationHandlerFactory authHandlerFact)
          The primary constructor.
 



Copyright © 2006-2011. All Rights Reserved.