Package io.deephaven.auth.codegen.impl
Class TableServiceContextualAuthWiring.AllowAll
java.lang.Object
io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring.DelegateAll
io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring.AllowAll
- All Implemented Interfaces:
TableServiceContextualAuthWiring
- Enclosing interface:
- TableServiceContextualAuthWiring
public static class TableServiceContextualAuthWiring.AllowAll
extends TableServiceContextualAuthWiring.DelegateAll
A default implementation that allows all requests.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring
TableServiceContextualAuthWiring.AllowAll, TableServiceContextualAuthWiring.DelegateAll, TableServiceContextualAuthWiring.DenyAll, TableServiceContextualAuthWiring.TestUseOnly
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkPermission
(AuthContext authContext, List<Table> sourceTables) Methods inherited from class io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring.DelegateAll
checkPermissionAggregate, checkPermissionAggregateAll, checkPermissionAjTables, checkPermissionApplyPreviewColumns, checkPermissionAsOfJoinTables, checkPermissionComboAggregate, checkPermissionComputeColumnStatistics, checkPermissionCreateInputTable, checkPermissionCrossJoinTables, checkPermissionDropColumns, checkPermissionEmptyTable, checkPermissionExactJoinTables, checkPermissionExportedTableUpdates, checkPermissionFetchTable, checkPermissionFilter, checkPermissionFlatten, checkPermissionGetExportedTableCreationResponse, checkPermissionHead, checkPermissionHeadBy, checkPermissionLazyUpdate, checkPermissionLeftJoinTables, checkPermissionMergeTables, checkPermissionMetaTable, checkPermissionMultiJoinTables, checkPermissionNaturalJoinTables, checkPermissionRajTables, checkPermissionRangeJoinTables, checkPermissionRunChartDownsample, checkPermissionSeekRow, checkPermissionSelect, checkPermissionSelectDistinct, checkPermissionSlice, checkPermissionSnapshot, checkPermissionSnapshotWhen, checkPermissionSort, checkPermissionTail, checkPermissionTailBy, checkPermissionTimeTable, checkPermissionUngroup, checkPermissionUnstructuredFilter, checkPermissionUpdate, checkPermissionUpdateBy, checkPermissionUpdateView, checkPermissionView, checkPermissionWhereIn
-
Constructor Details
-
AllowAll
public AllowAll()
-
-
Method Details
-
checkPermission
- Specified by:
checkPermission
in classTableServiceContextualAuthWiring.DelegateAll
-