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. |