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 SummaryModifier and TypeMethodDescriptionhistoricalTable(@NotNull String setNamespace, @NotNull String setTableName) Fetch the specified historical table.Fetch the specified live (intraday) table.
- 
Method Details- 
historicalTableFetch the specified historical table.- Parameters:
- setNamespace- the namespace of the table
- setTableName- the name of the table
- Returns:
- the table
 
- 
liveTableTable liveTable(@NotNull @NotNull String setNamespace, @NotNull @NotNull String setTableName, boolean isRefreshing) Fetch the specified live (intraday) table.- Parameters:
- setNamespace- the namespace of the table
- setTableName- the name of the table
- isRefreshing- if the returned table should be refreshing
- Returns:
- the table
 
- 
getGroupProviderGroupProvider getGroupProvider()
 
-