Class PasswordAuthenticatorManager

java.lang.Object
io.trino.server.security.PasswordAuthenticatorManager

public class PasswordAuthenticatorManager extends Object
  • Constructor Details

  • Method Details

    • setRequired

      public void setRequired()
    • addPasswordAuthenticatorFactory

      public void addPasswordAuthenticatorFactory(PasswordAuthenticatorFactory factory)
    • isLoaded

      public boolean isLoaded()
    • loadPasswordAuthenticator

      public void loadPasswordAuthenticator()
    • getAuthenticators

      public List<PasswordAuthenticator> getAuthenticators()
    • setAuthenticators

      public void setAuthenticators(PasswordAuthenticator... authenticators)