Package com.icegreen.greenmail.smtp.auth
package com.icegreen.greenmail.smtp.auth
-
ClassDescriptionBase interface for the state used by various authentication methods.Details from the
AuthCommand.AuthMechanism.LOGINauthorization mechanism, when that mechanism was used for authentication.Details from theAuthCommand.AuthMechanism.PLAINauthorization mechanism, when that mechanism was used for authentication.Base interface for authentication methods that provide or make use of a plain text username to identify a user, such as thePLAINorLOGINauthentication mechanisms.