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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPermissionAddTableToInputTable(AuthContext authContext, AddTableRequest request, List<Table> sourceTables) Authorize a request to AddTableToInputTable.voidcheckPermissionDeleteTableFromInputTable(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:InputTableServiceContextualAuthWiringAuthorize a request to AddTableToInputTable.- Specified by:
checkPermissionAddTableToInputTablein 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:InputTableServiceContextualAuthWiringAuthorize a request to DeleteTableFromInputTable.- Specified by:
checkPermissionDeleteTableFromInputTablein interfaceInputTableServiceContextualAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorizesourceTables- the operation's source tables
-