Uses of Class
io.trino.testing.TestingAccessControlManager.TestingPrivilegeType
-
Packages that use TestingAccessControlManager.TestingPrivilegeType Package Description io.trino.testing -
-
Uses of TestingAccessControlManager.TestingPrivilegeType in io.trino.testing
Methods in io.trino.testing that return TestingAccessControlManager.TestingPrivilegeType Modifier and Type Method Description static TestingAccessControlManager.TestingPrivilegeTypeTestingAccessControlManager.TestingPrivilegeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestingAccessControlManager.TestingPrivilegeType[]TestingAccessControlManager.TestingPrivilegeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.testing with parameters of type TestingAccessControlManager.TestingPrivilegeType Modifier and Type Method Description booleanTestingAccessControlManager.TestingPrivilege. matches(Optional<String> actorName, String entityName, TestingAccessControlManager.TestingPrivilegeType type)static TestingAccessControlManager.TestingPrivilegeTestingAccessControlManager. privilege(String entityName, TestingAccessControlManager.TestingPrivilegeType type)static TestingAccessControlManager.TestingPrivilegeTestingAccessControlManager. privilege(String actorName, String entityName, TestingAccessControlManager.TestingPrivilegeType type)
-