Uses of Class
io.trino.server.security.PasswordAuthenticatorConfig
-
Packages that use PasswordAuthenticatorConfig Package Description io.trino.server.security io.trino.server.ui -
-
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, ProtocolConfig protocolConfig)PasswordAuthenticatorManager(PasswordAuthenticatorConfig config) -
Uses of PasswordAuthenticatorConfig in io.trino.server.ui
Constructors in io.trino.server.ui with parameters of type PasswordAuthenticatorConfig Constructor Description PasswordManagerFormAuthenticator(PasswordAuthenticatorManager passwordAuthenticatorManager, PasswordAuthenticatorConfig config, SecurityConfig securityConfig)
-