org.subethamail.smtp
Interface AuthenticationHandlerFactory

All Known Implementing Classes:
EasyAuthenticationHandlerFactory, LoginAuthenticationHandlerFactory, MultipleAuthenticationHandlerFactory, PlainAuthenticationHandlerFactory

public interface AuthenticationHandlerFactory

Author:
Marco Trevisan , Jeff Schnitzer

Method Summary
 AuthenticationHandler create()
           
 java.util.List<java.lang.String> getAuthenticationMechanisms()
          If your handler supports RFC 2554 at some degree, then it must return all the supported mechanisms here.
 

Method Detail

getAuthenticationMechanisms

java.util.List<java.lang.String> getAuthenticationMechanisms()
If your handler supports RFC 2554 at some degree, then it must return all the supported mechanisms here.
The order you use to populate the list will be preserved in the output of the EHLO command.

Returns:
the supported authentication mechanisms as List.

create

AuthenticationHandler create()
Returns:


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