Interface | Description |
---|---|
UsernamePasswordValidator |
Use this when your authentication scheme uses a username and a password.
|
Class | Description |
---|---|
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 | Description |
---|---|
LoginFailedException |
Exception expected to be thrown by a validator (i.e UsernamePasswordValidator)
|
Copyright © 2006-2013. All Rights Reserved.