public abstract static class AuthorizationGrpc.AuthorizationImplBase extends Object implements io.grpc.BindableService
A generic interface for performing authorization check on incoming requests to a networked service.
| Constructor and Description |
|---|
AuthorizationImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
check(ExternalAuth.CheckRequest request,
io.grpc.stub.StreamObserver<ExternalAuth.CheckResponse> responseObserver)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
public void check(ExternalAuth.CheckRequest request, io.grpc.stub.StreamObserver<ExternalAuth.CheckResponse> responseObserver)
Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2019 WSO2. All rights reserved.