Package io.deephaven.auth.codegen.impl
Class StorageServiceAuthWiring.TestUseOnly
java.lang.Object
io.deephaven.auth.codegen.impl.StorageServiceAuthWiring.TestUseOnly
- All Implemented Interfaces:
StorageServiceAuthWiring,ServiceAuthWiring<StorageServiceGrpc.StorageServiceImplBase>
- Enclosing interface:
- StorageServiceAuthWiring
public static class StorageServiceAuthWiring.TestUseOnly
extends Object
implements StorageServiceAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.ServiceAuthWiring
ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,RespT>, ServiceAuthWiring.CallStartedCallback, ServiceAuthWiring.MessageReceivedCallback<T> Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.StorageServiceAuthWiring
StorageServiceAuthWiring.AllowAll, StorageServiceAuthWiring.DenyAll, StorageServiceAuthWiring.TestUseOnly -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMessageReceivedCreateDirectory(AuthContext authContext, CreateDirectoryRequest request) Authorize a request to CreateDirectory.voidonMessageReceivedDeleteItem(AuthContext authContext, DeleteItemRequest request) Authorize a request to DeleteItem.voidonMessageReceivedFetchFile(AuthContext authContext, FetchFileRequest request) Authorize a request to FetchFile.voidonMessageReceivedListItems(AuthContext authContext, ListItemsRequest request) Authorize a request to ListItems.voidonMessageReceivedMoveItem(AuthContext authContext, MoveItemRequest request) Authorize a request to MoveItem.voidonMessageReceivedSaveFile(AuthContext authContext, SaveFileRequest request) Authorize a request to SaveFile.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.auth.codegen.impl.StorageServiceAuthWiring
intercept
-
Field Details
-
delegate
-
-
Constructor Details
-
TestUseOnly
public TestUseOnly()
-
-
Method Details
-
onMessageReceivedListItems
Description copied from interface:StorageServiceAuthWiringAuthorize a request to ListItems.- Specified by:
onMessageReceivedListItemsin interfaceStorageServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-
onMessageReceivedFetchFile
Description copied from interface:StorageServiceAuthWiringAuthorize a request to FetchFile.- Specified by:
onMessageReceivedFetchFilein interfaceStorageServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-
onMessageReceivedSaveFile
Description copied from interface:StorageServiceAuthWiringAuthorize a request to SaveFile.- Specified by:
onMessageReceivedSaveFilein interfaceStorageServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-
onMessageReceivedMoveItem
Description copied from interface:StorageServiceAuthWiringAuthorize a request to MoveItem.- Specified by:
onMessageReceivedMoveItemin interfaceStorageServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-
onMessageReceivedCreateDirectory
public void onMessageReceivedCreateDirectory(AuthContext authContext, CreateDirectoryRequest request) Description copied from interface:StorageServiceAuthWiringAuthorize a request to CreateDirectory.- Specified by:
onMessageReceivedCreateDirectoryin interfaceStorageServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-
onMessageReceivedDeleteItem
Description copied from interface:StorageServiceAuthWiringAuthorize a request to DeleteItem.- Specified by:
onMessageReceivedDeleteItemin interfaceStorageServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-