Package io.trino.server.ui
Interface FormAuthenticator
-
- All Known Implementing Classes:
InsecureFormAuthenticator,PasswordManagerFormAuthenticator
public interface FormAuthenticator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLoginEnabled(boolean secure)booleanisPasswordAllowed(boolean secure)Optional<String>isValidCredential(String username, String password, boolean secure)
-