Package io.deephaven.auth.codegen.impl
Class InputTableServiceContextualAuthWiring.AllowAll
java.lang.Object
io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring.DelegateAll
io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring.AllowAll
- All Implemented Interfaces:
InputTableServiceContextualAuthWiring
- Enclosing interface:
- InputTableServiceContextualAuthWiring
public static class InputTableServiceContextualAuthWiring.AllowAll
extends InputTableServiceContextualAuthWiring.DelegateAll
A default implementation that allows 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
-
AllowAll
public AllowAll()
-
-
Method Details
-
checkPermission
- Specified by:
checkPermission
in classInputTableServiceContextualAuthWiring.DelegateAll
-