Package com.icegreen.greenmail.smtp.auth
Interface UsernameAuthentication
- All Known Implementing Classes:
LoginAuthenticationState,PlainAuthenticationState
public interface UsernameAuthentication
Base interface for authentication methods that provide or make use of
a plain text username to identify a user, such as the
PLAIN or
LOGIN authentication mechanisms.-
Method Summary
-
Method Details
-
getUsername
String getUsername()
-