Package io.trino.tests.product.hive
Class TestRoles
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.HiveProductTest
io.trino.tests.product.hive.TestRoles
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.trino.tests.product.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveWithBrokenAvroTimestamps
-
Constructor Details
-
TestRoles
public TestRoles()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
testCreateRole
public void testCreateRole() -
testDropRole
public void testDropRole() -
testListRoles
public void testListRoles() -
testListGrants
public void testListGrants() -
testCreateDuplicateRole
public void testCreateDuplicateRole() -
testDropNonExistentRole
public void testDropNonExistentRole() -
testCreateDropRoleAccessControl
public void testCreateDropRoleAccessControl() -
testPublicRoleIsGrantedToEveryone
public void testPublicRoleIsGrantedToEveryone() -
testAdminRoleIsGrantedToHdfs
public void testAdminRoleIsGrantedToHdfs() -
testGrantRoleToUser
public void testGrantRoleToUser() -
testGrantRoleToRole
public void testGrantRoleToRole() -
testGrantRoleWithAdminOption
public void testGrantRoleWithAdminOption() -
testGrantRoleMultipleTimes
public void testGrantRoleMultipleTimes() -
testRevokeRoleFromUser
public void testRevokeRoleFromUser() -
testRevokeRoleFromRole
public void testRevokeRoleFromRole() -
testRevokeRoleFromOwner
public void testRevokeRoleFromOwner() -
testDropGrantedRole
public void testDropGrantedRole() -
testRevokeTransitiveRoleFromUser
public void testRevokeTransitiveRoleFromUser() -
testRevokeTransitiveRoleFromRole
public void testRevokeTransitiveRoleFromRole() -
testDropTransitiveRole
public void testDropTransitiveRole() -
testRevokeAdminOption
public void testRevokeAdminOption() -
testRevokeMultipleTimes
public void testRevokeMultipleTimes() -
testGrantRevokeRoleAccessControl
public void testGrantRevokeRoleAccessControl() -
testSetRole
public void testSetRole() -
testSetAdminRole
public void testSetAdminRole() -
testShowRoles
public void testShowRoles() -
testShowCurrentRoles
public void testShowCurrentRoles() -
testShowRoleGrants
public void testShowRoleGrants() -
testSetRoleCreateDropSchema
public void testSetRoleCreateDropSchema() -
testAdminCanDropAnyTable
public void testAdminCanDropAnyTable() -
testAdminCanRenameAnyTable
public void testAdminCanRenameAnyTable() -
testAdminCanAddColumnToAnyTable
public void testAdminCanAddColumnToAnyTable() -
testAdminCanRenameColumnInAnyTable
public void testAdminCanRenameColumnInAnyTable() -
testAdminCanShowAllGrants
public void testAdminCanShowAllGrants() -
testAdminCanShowGrantsOnlyFromCurrentSchema
public void testAdminCanShowGrantsOnlyFromCurrentSchema() -
testSetRoleTablePermissions
public void testSetRoleTablePermissions()
-