Interface AuthenticationState

All Known Implementing Classes:
LoginAuthenticationState, PlainAuthenticationState

public interface AuthenticationState
Base 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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getType

      String getType()
      Returns:
      The type of the used authentication mechanism, e.g. PLAIN or LOGIN.