Package io.trino.server.ui
Interface FormAuthenticator
- All Known Implementing Classes:
InsecureFormAuthenticator,PasswordManagerFormAuthenticator
public interface FormAuthenticator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoginEnabled(boolean secure) booleanisPasswordAllowed(boolean secure) isValidCredential(String username, String password, boolean secure)
-
Method Details
-
isLoginEnabled
boolean isLoginEnabled(boolean secure) -
isPasswordAllowed
boolean isPasswordAllowed(boolean secure) -
isValidCredential
-