Class FilesystemStorageServiceGrpcImpl

java.lang.Object
io.deephaven.proto.backplane.grpc.StorageServiceGrpc.StorageServiceImplBase
io.deephaven.server.notebook.FilesystemStorageServiceGrpcImpl
All Implemented Interfaces:
StorageServiceGrpc.AsyncService, io.grpc.BindableService

@Singleton public class FilesystemStorageServiceGrpcImpl extends StorageServiceGrpc.StorageServiceImplBase
Default implementation for the StorageService gRPC service, which will use the filesystem to store files on behalf of authenticated clients.

Current implementation only checks if a user is logged in, and doesn't provide finer grained access controls to files.