Package io.trino.tests.hive
Class TestGrantRevoke
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.hive.TestGrantRevoke
-
public class TestGrantRevoke extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestGrantRevoke()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidsetup()voidtestAll()voidtestCustomRole()voidtestDropRoleWithPermissionsGranted()voidtestGrantRevoke()voidtestPublic()voidtestShowGrants()voidtestTableOwnerPrivileges()voidtestTablePrivilegesWithHiveOnlyViews()voidtestTransitiveRole()voidtestViewOwnerPrivileges()
-
-
-
Method Detail
-
setup
public void setup()
-
cleanup
public void cleanup()
-
testGrantRevoke
public void testGrantRevoke()
-
testShowGrants
public void testShowGrants()
-
testAll
public void testAll()
-
testPublic
public void testPublic()
-
testCustomRole
public void testCustomRole()
-
testTransitiveRole
public void testTransitiveRole()
-
testDropRoleWithPermissionsGranted
public void testDropRoleWithPermissionsGranted()
-
testTableOwnerPrivileges
public void testTableOwnerPrivileges()
-
testViewOwnerPrivileges
public void testViewOwnerPrivileges()
-
testTablePrivilegesWithHiveOnlyViews
public void testTablePrivilegesWithHiveOnlyViews()
-
-