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.
|
byte[] |
AuthenticationServer.authReceive()
Receives the reponse of the server.
|
Modifier and Type | Method and Description |
---|---|
void |
CramMD5Mechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
void |
PlainMechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
void |
DigestMD5Mechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
void |
LoginMechanism.authenticate(AuthenticationServer server,
java.lang.String user,
char[] password) |
Modifier and Type | Method and Description |
---|---|
void |
SMTPProtocol.auth(java.lang.String algorithm,
java.lang.String user,
char[] password)
Authenticates a user.
|
byte[] |
SMTPProtocol.authReceive() |
Copyright © 2021. All Rights Reserved.