Uses of Class
io.trino.server.security.PasswordAuthenticatorConfig
-
Packages that use PasswordAuthenticatorConfig Package Description io.trino.server.security -
-
Uses of PasswordAuthenticatorConfig in io.trino.server.security
Methods in io.trino.server.security that return PasswordAuthenticatorConfig Modifier and Type Method Description PasswordAuthenticatorConfigPasswordAuthenticatorConfig. setPasswordAuthenticatorFiles(String passwordAuthenticatorFiles)PasswordAuthenticatorConfigPasswordAuthenticatorConfig. setUserMappingFile(File userMappingFile)PasswordAuthenticatorConfigPasswordAuthenticatorConfig. setUserMappingPattern(String userMappingPattern)Constructors in io.trino.server.security with parameters of type PasswordAuthenticatorConfig Constructor Description PasswordAuthenticator(PasswordAuthenticatorManager authenticatorManager, PasswordAuthenticatorConfig config)PasswordAuthenticatorManager(PasswordAuthenticatorConfig config)
-