Interface FormAuthenticator

    • Method Detail

      • isLoginEnabled

        boolean isLoginEnabled​(boolean secure)
      • isPasswordAllowed

        boolean isPasswordAllowed​(boolean secure)
      • isValidCredential

        boolean isValidCredential​(String username,
                                  String password,
                                  boolean secure)