Package com.icegreen.greenmail.smtp.auth
Interface AuthenticationState
-
- All Known Implementing Classes:
LoginAuthenticationState,PlainAuthenticationState
public interface AuthenticationStateBase interface for the state used by various authentication methods. The data contained in the state depends on the authentication method that was used. The state can be mutable, such as when the authentication method requires multiple exchanges between the client and the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()
-
-
-
Method Detail
-
getType
String getType()
- Returns:
- The type of the used authentication mechanism, e.g.
PLAINorLOGIN.
-
-