Package io.trino.server.security
Class PasswordAuthenticatorConfig
java.lang.Object
io.trino.server.security.PasswordAuthenticatorConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull @NotEmpty(message="At least one password authenticator config file is required") List<@FileExists File> setPasswordAuthenticatorFiles(String passwordAuthenticatorFiles) setUserMappingFile(File userMappingFile) setUserMappingPattern(String userMappingPattern)
-
Constructor Details
-
PasswordAuthenticatorConfig
public PasswordAuthenticatorConfig()
-
-
Method Details
-
getUserMappingPattern
-
setUserMappingPattern
@Config("http-server.authentication.password.user-mapping.pattern") public PasswordAuthenticatorConfig setUserMappingPattern(String userMappingPattern) -
getUserMappingFile
-
setUserMappingFile
@Config("http-server.authentication.password.user-mapping.file") public PasswordAuthenticatorConfig setUserMappingFile(File userMappingFile) -
getPasswordAuthenticatorFiles
-
setPasswordAuthenticatorFiles
@Config("password-authenticator.config-files") public PasswordAuthenticatorConfig setPasswordAuthenticatorFiles(String passwordAuthenticatorFiles)
-