Package io.trino.testing
Class TestingAccessControlManager.TestingPrivilege
- java.lang.Object
-
- io.trino.testing.TestingAccessControlManager.TestingPrivilege
-
- Enclosing class:
- TestingAccessControlManager
public static class TestingAccessControlManager.TestingPrivilege extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanmatches(Optional<String> actorName, String entityName, TestingAccessControlManager.TestingPrivilegeType type)StringtoString()
-
-
-
Method Detail
-
matches
public boolean matches(Optional<String> actorName, String entityName, TestingAccessControlManager.TestingPrivilegeType type)
-
-