Interface FormAuthenticator

All Known Implementing Classes:
InsecureFormAuthenticator, PasswordManagerFormAuthenticator

public interface FormAuthenticator
  • Method Details

    • isLoginEnabled

      boolean isLoginEnabled(boolean secure)
    • isPasswordAllowed

      boolean isPasswordAllowed(boolean secure)
    • isValidCredential

      Optional<String> isValidCredential(String username, String password, boolean secure)