| Package | Description |
|---|---|
| org.columba.ristretto.auth |
Authentication Framework based on SASL (RFC2222).
|
| org.columba.ristretto.auth.mechanism |
Implementations of the standard authenication mechanisms.
|
| org.columba.ristretto.smtp |
Low level implementation of the SMTP Protocol as specified by RFC 2821.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationMechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password)
Authenticates the client at the AuthenticationServer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CramMD5Mechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
void |
LoginMechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
void |
DigestMD5Mechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
void |
PlainMechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMTPProtocol
Implementation of the client side SMTP protocol.
|
Copyright © 2023. All Rights Reserved.