Uses of Class
io.trino.server.security.UserMapping.Rule
-
Packages that use UserMapping.Rule Package Description io.trino.server.security -
-
Uses of UserMapping.Rule in io.trino.server.security
Methods in io.trino.server.security that return types with arguments of type UserMapping.Rule Modifier and Type Method Description List<UserMapping.Rule>UserMapping.UserMappingRules. getRules()Constructor parameters in io.trino.server.security with type arguments of type UserMapping.Rule Constructor Description UserMappingRules(List<UserMapping.Rule> rules)
-