Package io.deephaven.auth.codegen.impl
Class StorageServiceAuthWiring.AllowAll
java.lang.Object
io.deephaven.auth.codegen.impl.StorageServiceAuthWiring.AllowAll
- All Implemented Interfaces:
StorageServiceAuthWiring
,ServiceAuthWiring<StorageServiceGrpc.StorageServiceImplBase>
- Enclosing interface:
- StorageServiceAuthWiring
public static class StorageServiceAuthWiring.AllowAll
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMessageReceivedCreateDirectory
(AuthContext authContext, CreateDirectoryRequest request) Authorize a request to CreateDirectory.void
onMessageReceivedDeleteItem
(AuthContext authContext, DeleteItemRequest request) Authorize a request to DeleteItem.void
onMessageReceivedFetchFile
(AuthContext authContext, FetchFileRequest request) Authorize a request to FetchFile.void
onMessageReceivedListItems
(AuthContext authContext, ListItemsRequest request) Authorize a request to ListItems.void
onMessageReceivedMoveItem
(AuthContext authContext, MoveItemRequest request) Authorize a request to MoveItem.void
onMessageReceivedSaveFile
(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, wait
Methods inherited from interface io.deephaven.auth.codegen.impl.StorageServiceAuthWiring
intercept
-
Constructor Details
-
AllowAll
public AllowAll()
-
-
Method Details
-
onMessageReceivedListItems
Description copied from interface:StorageServiceAuthWiring
Authorize a request to ListItems.- Specified by:
onMessageReceivedListItems
in interfaceStorageServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-
onMessageReceivedFetchFile
Description copied from interface:StorageServiceAuthWiring
Authorize a request to FetchFile.- Specified by:
onMessageReceivedFetchFile
in interfaceStorageServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-
onMessageReceivedSaveFile
Description copied from interface:StorageServiceAuthWiring
Authorize a request to SaveFile.- Specified by:
onMessageReceivedSaveFile
in interfaceStorageServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-
onMessageReceivedMoveItem
Description copied from interface:StorageServiceAuthWiring
Authorize a request to MoveItem.- Specified by:
onMessageReceivedMoveItem
in 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:StorageServiceAuthWiring
Authorize a request to CreateDirectory.- Specified by:
onMessageReceivedCreateDirectory
in interfaceStorageServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-
onMessageReceivedDeleteItem
Description copied from interface:StorageServiceAuthWiring
Authorize a request to DeleteItem.- Specified by:
onMessageReceivedDeleteItem
in interfaceStorageServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-