Package io.trino.server.security
Class PasswordAuthenticatorManager
- java.lang.Object
-
- io.trino.server.security.PasswordAuthenticatorManager
-
public class PasswordAuthenticatorManager extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordAuthenticatorManager(PasswordAuthenticatorConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPasswordAuthenticatorFactory(PasswordAuthenticatorFactory factory)List<PasswordAuthenticator>getAuthenticators()booleanisLoaded()voidloadPasswordAuthenticator()voidsetAuthenticators(PasswordAuthenticator... authenticators)voidsetRequired()
-
-
-
Constructor Detail
-
PasswordAuthenticatorManager
@Inject public PasswordAuthenticatorManager(PasswordAuthenticatorConfig config)
-
-
Method Detail
-
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)
-
-