| Package | Description |
|---|---|
| org.subethamail.smtp | |
| org.subethamail.smtp.auth | |
| org.subethamail.smtp.server |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationHandler |
AuthenticationHandlerFactory.create()
Create a fresh instance of your handler.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AuthenticationHandler> |
MessageContext.getAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationHandler |
MultipleAuthenticationHandlerFactory.create() |
AuthenticationHandler |
LoginAuthenticationHandlerFactory.create() |
AuthenticationHandler |
PlainAuthenticationHandlerFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
Optional<AuthenticationHandler> |
Session.getAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setAuthenticationHandler(AuthenticationHandler handler)
This is called by the AuthCommand when a session is successfully
authenticated.
|
Copyright © 2006–2024. All rights reserved.