| Package | Description | 
|---|---|
| org.columba.ristretto.auth | 
 Authentication Framework based on SASL (RFC2222). 
 | 
| org.columba.ristretto.auth.mechanism | 
 Implementations of the standard authenication mechanisms. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationMechanism | 
AuthenticationFactory.getAuthentication(java.lang.String name)
Gets a new instance of the AuthenticationMechanism which implements the
 specified SASL mechanism. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuthenticationFactory.addAuthentication(java.lang.String name,
                 java.lang.Class<? extends AuthenticationMechanism> auth)
Adds a new AuthenticationMechanism to the Factory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CramMD5Mechanism  | 
class  | 
DigestMD5Mechanism
Implementation of the Digest-MD5 SASL AuthenticationMechanism. 
 | 
class  | 
LoginMechanism
Implementation of the LOGIN SASL AuthenticationMechanism. 
 | 
class  | 
PlainMechanism
Implementation of the PLAIN SASL AuthenticationMechanism. 
 | 
Copyright © 2021. All Rights Reserved.