Package io.deephaven.auth.codegen.impl
Class TableServiceContextualAuthWiring.DenyAll
java.lang.Object
io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring.DelegateAll
io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring.DenyAll
- All Implemented Interfaces:
TableServiceContextualAuthWiring
- Enclosing interface:
- TableServiceContextualAuthWiring
public static class TableServiceContextualAuthWiring.DenyAll
extends TableServiceContextualAuthWiring.DelegateAll
A default implementation that denies 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, checkPermissionSnapshot, checkPermissionSnapshotWhen, checkPermissionSort, checkPermissionTail, checkPermissionTailBy, checkPermissionTimeTable, checkPermissionUngroup, checkPermissionUnstructuredFilter, checkPermissionUpdate, checkPermissionUpdateBy, checkPermissionUpdateView, checkPermissionView, checkPermissionWhereIn
-
Constructor Details
-
DenyAll
public DenyAll()
-
-
Method Details
-
checkPermission
- Specified by:
checkPermission
in classTableServiceContextualAuthWiring.DelegateAll
-