Uses of Class
io.trino.testing.TestingAccessControlManager.TestingPrivilege
-
Packages that use TestingAccessControlManager.TestingPrivilege Package Description io.trino.testing -
-
Uses of TestingAccessControlManager.TestingPrivilege in io.trino.testing
Methods in io.trino.testing that return TestingAccessControlManager.TestingPrivilege Modifier and Type Method Description static TestingAccessControlManager.TestingPrivilegeTestingAccessControlManager. privilege(String entityName, TestingAccessControlManager.TestingPrivilegeType type)static TestingAccessControlManager.TestingPrivilegeTestingAccessControlManager. privilege(String actorName, String entityName, TestingAccessControlManager.TestingPrivilegeType type)Methods in io.trino.testing with parameters of type TestingAccessControlManager.TestingPrivilege Modifier and Type Method Description voidTestingAccessControlManager. deny(TestingAccessControlManager.TestingPrivilege... deniedPrivileges)
-