Package com.ericdaugherty.mail.server.auth

Interface Summary
AuthServerMode An interface to provide common public methods for authentication purposes.
 

Class Summary
AuthContext This class is used in a gss-api context to envelope a smtp/pop server session in a privileged block bound by (a) jgss subject(s).
DigestMd5ServerMode Verify client authentication using SASL DIGEST-MD5.
GSSServerMode Verify client authentication using SASL GSS-API.
LoginConfig This final class is used to setup the JAAS configuration system for verifying Kerberos 5 credentials.
LoginServerMode Verify client authentication using LOGIN.
PlainServerMode Verify client authentication using SASL PLAIN.