Uses of Package
com.ericdaugherty.mail.server.auth

Packages that use com.ericdaugherty.mail.server.auth
com.ericdaugherty.mail.server.auth   
 

Classes in com.ericdaugherty.mail.server.auth used by com.ericdaugherty.mail.server.auth
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).
AuthServerMode
          An interface to provide common public methods for authentication purposes.
GSSServerMode
          Verify client authentication using SASL GSS-API.
PlainServerMode
          Verify client authentication using SASL PLAIN.
PlainServerMode.FinalizeAuthentication