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 Detail

      • getUsername

        String getUsername()