Package com.icegreen.greenmail.smtp.auth
Interface UsernameAuthentication
-
- All Known Implementing Classes:
LoginAuthenticationState,PlainAuthenticationState
public interface UsernameAuthenticationBase interface for authentication methods that provide or make use of a plain text username to identify a user, such as thePLAINorLOGINauthentication mechanisms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUsername()
-
-
-
Method Detail
-
getUsername
String getUsername()
-
-