Uses of Class
io.trino.metadata.Catalog.SecurityManagement
-
Packages that use Catalog.SecurityManagement Package Description io.trino.metadata -
-
Uses of Catalog.SecurityManagement in io.trino.metadata
Methods in io.trino.metadata that return Catalog.SecurityManagement Modifier and Type Method Description Catalog.SecurityManagementCatalog. getSecurityManagement()Catalog.SecurityManagementCatalogMetadata. getSecurityManagement()static Catalog.SecurityManagementCatalog.SecurityManagement. valueOf(String name)Returns the enum constant of this type with the specified name.static Catalog.SecurityManagement[]Catalog.SecurityManagement. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.metadata with parameters of type Catalog.SecurityManagement Constructor Description Catalog(String catalogName, CatalogName connectorCatalogName, String connectorName, Connector connector, Catalog.SecurityManagement securityManagement, CatalogName informationSchemaId, Connector informationSchema, CatalogName systemTablesId, Connector systemTables)CatalogMetadata(CatalogName catalogName, ConnectorMetadata metadata, ConnectorTransactionHandle transactionHandle, CatalogName informationSchemaId, ConnectorMetadata informationSchema, ConnectorTransactionHandle informationSchemaTransactionHandle, CatalogName systemTablesId, ConnectorMetadata systemTables, ConnectorTransactionHandle systemTablesTransactionHandle, Catalog.SecurityManagement securityManagement, Set<ConnectorCapabilities> connectorCapabilities)
-