Package io.deephaven.enterprise.acl
Interface AclSupport
- All Known Implementing Classes:
DatabaseImpl
public interface AclSupport
A support object to assist in the creation of Row and column ACLs.
-
Method Summary
Modifier and TypeMethodDescriptionhistoricalTable
(@NotNull String setNamespace, @NotNull String setTableName) Fetch the specified historical table.Fetch the specified live (intraday) table.
-
Method Details
-
historicalTable
Fetch the specified historical table.- Parameters:
setNamespace
- the namespace of the tablesetTableName
- the name of the table- Returns:
- the table
-
liveTable
Table liveTable(@NotNull @NotNull String setNamespace, @NotNull @NotNull String setTableName, boolean isRefreshing) Fetch the specified live (intraday) table.- Parameters:
setNamespace
- the namespace of the tablesetTableName
- the name of the tableisRefreshing
- if the returned table should be refreshing- Returns:
- the table
-
getGroupProvider
GroupProvider getGroupProvider()
-