Package io.deephaven.auth.codegen.impl
Class InputTableServiceContextualAuthWiring.TestUseOnly
java.lang.Object
io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring.TestUseOnly
- All Implemented Interfaces:
InputTableServiceContextualAuthWiring
- Enclosing interface:
- InputTableServiceContextualAuthWiring
public static class InputTableServiceContextualAuthWiring.TestUseOnly
extends Object
implements InputTableServiceContextualAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring
InputTableServiceContextualAuthWiring.AllowAll, InputTableServiceContextualAuthWiring.DelegateAll, InputTableServiceContextualAuthWiring.DenyAll, InputTableServiceContextualAuthWiring.TestUseOnly
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkPermissionAddTableToInputTable
(AuthContext authContext, AddTableRequest request, List<Table> sourceTables) Authorize a request to AddTableToInputTable.void
checkPermissionDeleteTableFromInputTable
(AuthContext authContext, DeleteTableRequest request, List<Table> sourceTables) Authorize a request to DeleteTableFromInputTable.
-
Field Details
-
delegate
-
-
Constructor Details
-
TestUseOnly
public TestUseOnly()
-
-
Method Details
-
checkPermissionAddTableToInputTable
public void checkPermissionAddTableToInputTable(AuthContext authContext, AddTableRequest request, List<Table> sourceTables) Description copied from interface:InputTableServiceContextualAuthWiring
Authorize a request to AddTableToInputTable.- Specified by:
checkPermissionAddTableToInputTable
in interfaceInputTableServiceContextualAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorizesourceTables
- the operation's source tables
-
checkPermissionDeleteTableFromInputTable
public void checkPermissionDeleteTableFromInputTable(AuthContext authContext, DeleteTableRequest request, List<Table> sourceTables) Description copied from interface:InputTableServiceContextualAuthWiring
Authorize a request to DeleteTableFromInputTable.- Specified by:
checkPermissionDeleteTableFromInputTable
in interfaceInputTableServiceContextualAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorizesourceTables
- the operation's source tables
-