Package io.deephaven.auth.codegen.impl
Class TableServiceContextualAuthWiring.TestUseOnly
java.lang.Object
io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring.TestUseOnly
- All Implemented Interfaces:
TableServiceContextualAuthWiring
- Enclosing interface:
- TableServiceContextualAuthWiring
public static class TableServiceContextualAuthWiring.TestUseOnly
extends Object
implements TableServiceContextualAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring
TableServiceContextualAuthWiring.AllowAll, TableServiceContextualAuthWiring.DelegateAll, TableServiceContextualAuthWiring.DenyAll, TableServiceContextualAuthWiring.TestUseOnly -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPermissionAggregate(AuthContext authContext, AggregateRequest request, List<Table> sourceTables) Authorize a request to Aggregate.voidcheckPermissionAggregateAll(AuthContext authContext, AggregateAllRequest request, List<Table> sourceTables) Authorize a request to AggregateAll.voidcheckPermissionAjTables(AuthContext authContext, AjRajTablesRequest request, List<Table> sourceTables) Authorize a request to AjTables.voidcheckPermissionApplyPreviewColumns(AuthContext authContext, ApplyPreviewColumnsRequest request, List<Table> sourceTables) Authorize a request to ApplyPreviewColumns.voidcheckPermissionAsOfJoinTables(AuthContext authContext, AsOfJoinTablesRequest request, List<Table> sourceTables) Authorize a request to AsOfJoinTables.voidcheckPermissionComboAggregate(AuthContext authContext, ComboAggregateRequest request, List<Table> sourceTables) Authorize a request to ComboAggregate.voidcheckPermissionComputeColumnStatistics(AuthContext authContext, ColumnStatisticsRequest request, List<Table> sourceTables) Authorize a request to ComputeColumnStatistics.voidcheckPermissionCreateInputTable(AuthContext authContext, CreateInputTableRequest request, List<Table> sourceTables) Authorize a request to CreateInputTable.voidcheckPermissionCrossJoinTables(AuthContext authContext, CrossJoinTablesRequest request, List<Table> sourceTables) Authorize a request to CrossJoinTables.voidcheckPermissionDropColumns(AuthContext authContext, DropColumnsRequest request, List<Table> sourceTables) Authorize a request to DropColumns.voidcheckPermissionEmptyTable(AuthContext authContext, EmptyTableRequest request, List<Table> sourceTables) Authorize a request to EmptyTable.voidcheckPermissionExactJoinTables(AuthContext authContext, ExactJoinTablesRequest request, List<Table> sourceTables) Authorize a request to ExactJoinTables.voidcheckPermissionExportedTableUpdates(AuthContext authContext, ExportedTableUpdatesRequest request, List<Table> sourceTables) Authorize a request to ExportedTableUpdates.voidcheckPermissionFetchTable(AuthContext authContext, FetchTableRequest request, List<Table> sourceTables) Authorize a request to FetchTable.voidcheckPermissionFilter(AuthContext authContext, FilterTableRequest request, List<Table> sourceTables) Authorize a request to Filter.voidcheckPermissionFlatten(AuthContext authContext, FlattenRequest request, List<Table> sourceTables) Authorize a request to Flatten.voidcheckPermissionGetExportedTableCreationResponse(AuthContext authContext, Ticket request, List<Table> sourceTables) Authorize a request to GetExportedTableCreationResponse.voidcheckPermissionHead(AuthContext authContext, HeadOrTailRequest request, List<Table> sourceTables) Authorize a request to Head.voidcheckPermissionHeadBy(AuthContext authContext, HeadOrTailByRequest request, List<Table> sourceTables) Authorize a request to HeadBy.voidcheckPermissionLazyUpdate(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Authorize a request to LazyUpdate.voidcheckPermissionLeftJoinTables(AuthContext authContext, LeftJoinTablesRequest request, List<Table> sourceTables) Authorize a request to LeftJoinTables.voidcheckPermissionMergeTables(AuthContext authContext, MergeTablesRequest request, List<Table> sourceTables) Authorize a request to MergeTables.voidcheckPermissionMetaTable(AuthContext authContext, MetaTableRequest request, List<Table> sourceTables) Authorize a request to MetaTable.voidcheckPermissionMultiJoinTables(AuthContext authContext, MultiJoinTablesRequest request, List<Table> sourceTables) Authorize a request to MultiJoinTables.voidcheckPermissionNaturalJoinTables(AuthContext authContext, NaturalJoinTablesRequest request, List<Table> sourceTables) Authorize a request to NaturalJoinTables.voidcheckPermissionRajTables(AuthContext authContext, AjRajTablesRequest request, List<Table> sourceTables) Authorize a request to RajTables.voidcheckPermissionRangeJoinTables(AuthContext authContext, RangeJoinTablesRequest request, List<Table> sourceTables) Authorize a request to RangeJoinTables.voidcheckPermissionRunChartDownsample(AuthContext authContext, RunChartDownsampleRequest request, List<Table> sourceTables) Authorize a request to RunChartDownsample.voidcheckPermissionSeekRow(AuthContext authContext, SeekRowRequest request, List<Table> sourceTables) Authorize a request to SeekRow.voidcheckPermissionSelect(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Authorize a request to Select.voidcheckPermissionSelectDistinct(AuthContext authContext, SelectDistinctRequest request, List<Table> sourceTables) Authorize a request to SelectDistinct.voidcheckPermissionSlice(AuthContext authContext, SliceRequest request, List<Table> sourceTables) Authorize a request to Slice.voidcheckPermissionSnapshot(AuthContext authContext, SnapshotTableRequest request, List<Table> sourceTables) Authorize a request to Snapshot.voidcheckPermissionSnapshotWhen(AuthContext authContext, SnapshotWhenTableRequest request, List<Table> sourceTables) Authorize a request to SnapshotWhen.voidcheckPermissionSort(AuthContext authContext, SortTableRequest request, List<Table> sourceTables) Authorize a request to Sort.voidcheckPermissionTail(AuthContext authContext, HeadOrTailRequest request, List<Table> sourceTables) Authorize a request to Tail.voidcheckPermissionTailBy(AuthContext authContext, HeadOrTailByRequest request, List<Table> sourceTables) Authorize a request to TailBy.voidcheckPermissionTimeTable(AuthContext authContext, TimeTableRequest request, List<Table> sourceTables) Authorize a request to TimeTable.voidcheckPermissionUngroup(AuthContext authContext, UngroupRequest request, List<Table> sourceTables) Authorize a request to Ungroup.voidcheckPermissionUnstructuredFilter(AuthContext authContext, UnstructuredFilterTableRequest request, List<Table> sourceTables) Authorize a request to UnstructuredFilter.voidcheckPermissionUpdate(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Authorize a request to Update.voidcheckPermissionUpdateBy(AuthContext authContext, UpdateByRequest request, List<Table> sourceTables) Authorize a request to UpdateBy.voidcheckPermissionUpdateView(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Authorize a request to UpdateView.voidcheckPermissionView(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Authorize a request to View.voidcheckPermissionWhereIn(AuthContext authContext, WhereInRequest request, List<Table> sourceTables) Authorize a request to WhereIn.
-
Field Details
-
delegate
-
-
Constructor Details
-
TestUseOnly
public TestUseOnly()
-
-
Method Details
-
checkPermissionGetExportedTableCreationResponse
public void checkPermissionGetExportedTableCreationResponse(AuthContext authContext, Ticket request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to GetExportedTableCreationResponse.- Specified by:
checkPermissionGetExportedTableCreationResponsein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionFetchTable
public void checkPermissionFetchTable(AuthContext authContext, FetchTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to FetchTable.- Specified by:
checkPermissionFetchTablein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionApplyPreviewColumns
public void checkPermissionApplyPreviewColumns(AuthContext authContext, ApplyPreviewColumnsRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to ApplyPreviewColumns.- Specified by:
checkPermissionApplyPreviewColumnsin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionEmptyTable
public void checkPermissionEmptyTable(AuthContext authContext, EmptyTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to EmptyTable.- Specified by:
checkPermissionEmptyTablein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionTimeTable
public void checkPermissionTimeTable(AuthContext authContext, TimeTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to TimeTable.- Specified by:
checkPermissionTimeTablein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionDropColumns
public void checkPermissionDropColumns(AuthContext authContext, DropColumnsRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to DropColumns.- Specified by:
checkPermissionDropColumnsin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionUpdate
public void checkPermissionUpdate(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Update.- Specified by:
checkPermissionUpdatein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionLazyUpdate
public void checkPermissionLazyUpdate(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to LazyUpdate.- Specified by:
checkPermissionLazyUpdatein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionView
public void checkPermissionView(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to View.- Specified by:
checkPermissionViewin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionUpdateView
public void checkPermissionUpdateView(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to UpdateView.- Specified by:
checkPermissionUpdateViewin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSelect
public void checkPermissionSelect(AuthContext authContext, SelectOrUpdateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Select.- Specified by:
checkPermissionSelectin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionUpdateBy
public void checkPermissionUpdateBy(AuthContext authContext, UpdateByRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to UpdateBy.- Specified by:
checkPermissionUpdateByin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSelectDistinct
public void checkPermissionSelectDistinct(AuthContext authContext, SelectDistinctRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to SelectDistinct.- Specified by:
checkPermissionSelectDistinctin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionFilter
public void checkPermissionFilter(AuthContext authContext, FilterTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Filter.- Specified by:
checkPermissionFilterin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionUnstructuredFilter
public void checkPermissionUnstructuredFilter(AuthContext authContext, UnstructuredFilterTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to UnstructuredFilter.- Specified by:
checkPermissionUnstructuredFilterin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSort
public void checkPermissionSort(AuthContext authContext, SortTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Sort.- Specified by:
checkPermissionSortin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionHead
public void checkPermissionHead(AuthContext authContext, HeadOrTailRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Head.- Specified by:
checkPermissionHeadin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionTail
public void checkPermissionTail(AuthContext authContext, HeadOrTailRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Tail.- Specified by:
checkPermissionTailin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionHeadBy
public void checkPermissionHeadBy(AuthContext authContext, HeadOrTailByRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to HeadBy.- Specified by:
checkPermissionHeadByin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionTailBy
public void checkPermissionTailBy(AuthContext authContext, HeadOrTailByRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to TailBy.- Specified by:
checkPermissionTailByin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionUngroup
public void checkPermissionUngroup(AuthContext authContext, UngroupRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Ungroup.- Specified by:
checkPermissionUngroupin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionMergeTables
public void checkPermissionMergeTables(AuthContext authContext, MergeTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to MergeTables.- Specified by:
checkPermissionMergeTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionCrossJoinTables
public void checkPermissionCrossJoinTables(AuthContext authContext, CrossJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to CrossJoinTables.- Specified by:
checkPermissionCrossJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionNaturalJoinTables
public void checkPermissionNaturalJoinTables(AuthContext authContext, NaturalJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to NaturalJoinTables.- Specified by:
checkPermissionNaturalJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionExactJoinTables
public void checkPermissionExactJoinTables(AuthContext authContext, ExactJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to ExactJoinTables.- Specified by:
checkPermissionExactJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionLeftJoinTables
public void checkPermissionLeftJoinTables(AuthContext authContext, LeftJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to LeftJoinTables.- Specified by:
checkPermissionLeftJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionAsOfJoinTables
public void checkPermissionAsOfJoinTables(AuthContext authContext, AsOfJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to AsOfJoinTables.- Specified by:
checkPermissionAsOfJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionAjTables
public void checkPermissionAjTables(AuthContext authContext, AjRajTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to AjTables.- Specified by:
checkPermissionAjTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionRajTables
public void checkPermissionRajTables(AuthContext authContext, AjRajTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to RajTables.- Specified by:
checkPermissionRajTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionMultiJoinTables
public void checkPermissionMultiJoinTables(AuthContext authContext, MultiJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to MultiJoinTables.- Specified by:
checkPermissionMultiJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionRangeJoinTables
public void checkPermissionRangeJoinTables(AuthContext authContext, RangeJoinTablesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to RangeJoinTables.- Specified by:
checkPermissionRangeJoinTablesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionComboAggregate
public void checkPermissionComboAggregate(AuthContext authContext, ComboAggregateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to ComboAggregate.- Specified by:
checkPermissionComboAggregatein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionAggregateAll
public void checkPermissionAggregateAll(AuthContext authContext, AggregateAllRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to AggregateAll.- Specified by:
checkPermissionAggregateAllin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionAggregate
public void checkPermissionAggregate(AuthContext authContext, AggregateRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Aggregate.- Specified by:
checkPermissionAggregatein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSnapshot
public void checkPermissionSnapshot(AuthContext authContext, SnapshotTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Snapshot.- Specified by:
checkPermissionSnapshotin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSnapshotWhen
public void checkPermissionSnapshotWhen(AuthContext authContext, SnapshotWhenTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to SnapshotWhen.- Specified by:
checkPermissionSnapshotWhenin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionFlatten
public void checkPermissionFlatten(AuthContext authContext, FlattenRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Flatten.- Specified by:
checkPermissionFlattenin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionRunChartDownsample
public void checkPermissionRunChartDownsample(AuthContext authContext, RunChartDownsampleRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to RunChartDownsample.- Specified by:
checkPermissionRunChartDownsamplein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionCreateInputTable
public void checkPermissionCreateInputTable(AuthContext authContext, CreateInputTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to CreateInputTable.- Specified by:
checkPermissionCreateInputTablein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionWhereIn
public void checkPermissionWhereIn(AuthContext authContext, WhereInRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to WhereIn.- Specified by:
checkPermissionWhereInin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionExportedTableUpdates
public void checkPermissionExportedTableUpdates(AuthContext authContext, ExportedTableUpdatesRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to ExportedTableUpdates.- Specified by:
checkPermissionExportedTableUpdatesin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSeekRow
public void checkPermissionSeekRow(AuthContext authContext, SeekRowRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to SeekRow.- Specified by:
checkPermissionSeekRowin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionMetaTable
public void checkPermissionMetaTable(AuthContext authContext, MetaTableRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to MetaTable.- Specified by:
checkPermissionMetaTablein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionComputeColumnStatistics
public void checkPermissionComputeColumnStatistics(AuthContext authContext, ColumnStatisticsRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to ComputeColumnStatistics.- Specified by:
checkPermissionComputeColumnStatisticsin interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-
checkPermissionSlice
public void checkPermissionSlice(AuthContext authContext, SliceRequest request, List<Table> sourceTables) Description copied from interface:TableServiceContextualAuthWiringAuthorize a request to Slice.- Specified by:
checkPermissionSlicein interfaceTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-