| Package | Description |
|---|---|
| com.facebook.presto.spi.function | |
| com.facebook.presto.spi.security |
| Modifier and Type | Method and Description |
|---|---|
CatalogSchemaName |
FunctionHandle.getCatalogSchemaName() |
| Modifier and Type | Method and Description |
|---|---|
default void |
SystemAccessControl.checkCanCreateSchema(Identity identity,
CatalogSchemaName schema)
Check if identity is allowed to create the specified schema in a catalog.
|
default void |
SystemAccessControl.checkCanDropSchema(Identity identity,
CatalogSchemaName schema)
Check if identity is allowed to drop the specified schema in a catalog.
|
default void |
SystemAccessControl.checkCanRenameSchema(Identity identity,
CatalogSchemaName schema,
String newSchemaName)
Check if identity is allowed to rename the specified schema in a catalog.
|
default void |
SystemAccessControl.checkCanShowTablesMetadata(Identity identity,
CatalogSchemaName schema)
Check if identity is allowed to show metadata of tables by executing SHOW TABLES, SHOW GRANTS etc.
|
Copyright © 2012–2019. All rights reserved.