| Package | Description |
|---|---|
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
static TestingAccessControlManager.TestingPrivilegeType |
TestingAccessControlManager.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.
|
| Modifier and Type | Method and Description |
|---|---|
static TestingAccessControlManager.TestingPrivilege |
TestingAccessControlManager.privilege(String userName,
String entityName,
TestingAccessControlManager.TestingPrivilegeType type) |
static TestingAccessControlManager.TestingPrivilege |
TestingAccessControlManager.privilege(String entityName,
TestingAccessControlManager.TestingPrivilegeType type) |
Copyright © 2012–2019. All rights reserved.