Package org.subethamail.smtp.auth

Interface Summary
UsernamePasswordValidator Use this when your authentication scheme uses a username and a password.
 

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

Exception Summary
LoginFailedException Exception expected to be thrown by a validator (i.e UsernamePasswordValidator)
 



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