| Modifier and Type | Method and Description |
|---|---|
default void |
ConnectorMetadata.grantTablePrivileges(ConnectorSession session,
SchemaTableName tableName,
Set<Privilege> privileges,
String grantee,
boolean grantOption)
Deprecated.
Grants the specified privilege to the specified user on the specified table
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassLoaderSafeConnectorMetadata.grantTablePrivileges(ConnectorSession session,
SchemaTableName tableName,
Set<Privilege> privileges,
String grantee,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorAccessControl.checkCanGrantTablePrivilege(Identity identity,
Privilege privilege,
SchemaTableName tableName)
Check if identity is allowed to grant to any other user the specified privilege on the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ConnectorMetadata.grantTablePrivileges(ConnectorSession session,
SchemaTableName tableName,
Set<Privilege> privileges,
String grantee,
boolean grantOption)
Grants the specified privilege to the specified user on the specified table
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassLoaderSafeConnectorMetadata.grantTablePrivileges(ConnectorSession session,
SchemaTableName tableName,
Set<Privilege> privileges,
String grantee,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
static Privilege |
Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Privilege[] |
Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorAccessControl.checkCanGrantTablePrivilege(Identity identity,
Privilege privilege,
SchemaTableName tableName)
Deprecated.
Check if identity is allowed to grant to any other user the specified privilege on the specified table.
|
Copyright © 2012-2016. All Rights Reserved.