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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getUsername

      String getUsername()