| Package | Description |
|---|---|
| org.subethamail.smtp.auth | |
| org.subethamail.smtp.server |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyAuthenticationHandlerFactory
This a convenient class that saves you setting up the factories that we know
about; you can always add more afterwards.
|
class |
LoginAuthenticationHandlerFactory
Implements the SMTP AUTH LOGIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect. |
class |
MultipleAuthenticationHandlerFactory
This handler combines the behavior of several other authentication handler factories.
|
class |
PlainAuthenticationHandlerFactory
Implements the SMTP AUTH PLAIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleAuthenticationHandlerFactory.addFactory(AuthenticationHandlerFactory fact) |
| Constructor and Description |
|---|
MultipleAuthenticationHandlerFactory(Collection<AuthenticationHandlerFactory> factories) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AuthenticationHandlerFactory> |
SMTPServer.getAuthenticationHandlerFactory()
Returns the factor for authentication handling.
|
| Modifier and Type | Method and Description |
|---|---|
SMTPServer.Builder |
SMTPServer.Builder.authenticationHandlerFactory(AuthenticationHandlerFactory factory)
Sets authenticationHandlerFactory.
|
Copyright © 2006–2024. All rights reserved.