Interface AuthorizationGrpc.AsyncService
- All Known Implementing Classes:
AuthorizationGrpc.AuthorizationImplBase
- Enclosing class:
- AuthorizationGrpc
public static interface AuthorizationGrpc.AsyncService
A generic interface for performing authorization check on incoming requests to a networked service.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcheck(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver) Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
-
Method Details
-
check
default void check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver) Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
-