| 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.
|
| MultipleAuthenticationHandlerFactory |
This handler combines the behavior of several other authentication handler factories.
|
| PlainAuthenticationHandlerFactory |
Implements the SMTP AUTH PLAIN mechanism.
|
| Exception | Description |
|---|---|
| LoginFailedException |
Exception expected to be thrown by a validator (i.e UsernamePasswordValidator)
|
Copyright © 2006–2025. All rights reserved.