Package com.authzed.api.v1
Class PermissionsServiceGrpc.PermissionsServiceImplBase
java.lang.Object
com.authzed.api.v1.PermissionsServiceGrpc.PermissionsServiceImplBase
- All Implemented Interfaces:
PermissionsServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- PermissionsServiceGrpc
public abstract static class PermissionsServiceGrpc.PermissionsServiceImplBase
extends Object
implements io.grpc.BindableService, PermissionsServiceGrpc.AsyncService
Base class for the server implementation of the service PermissionsService.
PermissionsService implements a set of RPCs that perform operations on relationships and permissions.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.authzed.api.v1.PermissionsServiceGrpc.AsyncService
checkBulkPermissions, checkPermission, deleteRelationships, expandPermissionTree, exportBulkRelationships, importBulkRelationships, lookupResources, lookupSubjects, readRelationships, writeRelationships
-
Constructor Details
-
PermissionsServiceImplBase
public PermissionsServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-