Uses of Class
io.trino.plugin.base.security.PrincipalUserMatchRule
-
Packages that use PrincipalUserMatchRule Package Description io.trino.plugin.base.security -
-
Uses of PrincipalUserMatchRule in io.trino.plugin.base.security
Methods in io.trino.plugin.base.security that return types with arguments of type PrincipalUserMatchRule Modifier and Type Method Description Optional<List<PrincipalUserMatchRule>>FileBasedSystemAccessControlRules. getPrincipalUserMatchRules()Method parameters in io.trino.plugin.base.security with type arguments of type PrincipalUserMatchRule Modifier and Type Method Description FileBasedSystemAccessControl.BuilderFileBasedSystemAccessControl.Builder. setPrincipalUserMatchRules(Optional<List<PrincipalUserMatchRule>> principalUserMatchRules)
-