Class AclApiGrpc.AclApiImplBase
java.lang.Object
io.deephaven.proto.controller.grpc.AclApiGrpc.AclApiImplBase
- All Implemented Interfaces:
AclApiGrpc.AsyncService
,io.deephaven.shadow.core.io.grpc.BindableService
- Direct Known Subclasses:
AclApiService
- Enclosing class:
- AclApiGrpc
public abstract static class AclApiGrpc.AclApiImplBase
extends Object
implements io.deephaven.shadow.core.io.grpc.BindableService, AclApiGrpc.AsyncService
Base class for the server implementation of the service AclApi.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.deephaven.shadow.core.io.grpc.ServerServiceDefinition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.proto.controller.grpc.AclApiGrpc.AsyncService
getAllGroups, getAllUsers, getGroupsForUser, getUsersForGroup, isAclEditor, isQueryManager, isSchemaManager, isSuperUser
-
Constructor Details
-
AclApiImplBase
public AclApiImplBase()
-
-
Method Details
-
bindService
public final io.deephaven.shadow.core.io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.deephaven.shadow.core.io.grpc.BindableService
-