Package io.deephaven.auth.codegen.impl
Class InputTableServiceContextualAuthWiring.DenyAll
java.lang.Object
io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring.DelegateAll
io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring.DenyAll
- All Implemented Interfaces:
InputTableServiceContextualAuthWiring
- Enclosing interface:
- InputTableServiceContextualAuthWiring
public static class InputTableServiceContextualAuthWiring.DenyAll
extends InputTableServiceContextualAuthWiring.DelegateAll
A default implementation that denies all requests.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring
InputTableServiceContextualAuthWiring.AllowAll, InputTableServiceContextualAuthWiring.DelegateAll, InputTableServiceContextualAuthWiring.DenyAll, InputTableServiceContextualAuthWiring.TestUseOnly
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkPermission
(AuthContext authContext, List<Table> sourceTables) Methods inherited from class io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring.DelegateAll
checkPermissionAddTableToInputTable, checkPermissionDeleteTableFromInputTable
-
Constructor Details
-
DenyAll
public DenyAll()
-
-
Method Details
-
checkPermission
- Specified by:
checkPermission
in classInputTableServiceContextualAuthWiring.DelegateAll
-