Interface ILoginAuthenticator

All Known Implementing Classes:
AccessToken, OAuth2, Password, Saml, Spnego, Tcss

public interface ILoginAuthenticator
Configures login flow to use some specific flow for authentication.
Since:
3.21.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an authenticator ID.
  • Method Details

    • getId

      @NotNull String getId()
      Get an authenticator ID.
      Returns:
      authenticator ID.