Class PasswordAuthenticatorManager
java.lang.Object
io.trino.server.security.PasswordAuthenticatorManager
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordAuthenticatorManager(PasswordAuthenticatorConfig config, io.airlift.configuration.secrets.SecretsResolver secretsResolver) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisLoaded()voidvoidsetAuthenticators(PasswordAuthenticator... authenticators) void
-
Constructor Details
-
PasswordAuthenticatorManager
@Inject public PasswordAuthenticatorManager(PasswordAuthenticatorConfig config, io.airlift.configuration.secrets.SecretsResolver secretsResolver)
-
-
Method Details
-
setRequired
public void setRequired() -
addPasswordAuthenticatorFactory
-
isLoaded
public boolean isLoaded() -
loadPasswordAuthenticator
public void loadPasswordAuthenticator() -
getAuthenticators
-
setAuthenticators
-