public static final class AuthorizationGrpc.AuthorizationBlockingStub extends io.grpc.stub.AbstractStub<AuthorizationGrpc.AuthorizationBlockingStub>
A generic interface for performing authorization check on incoming requests to a networked service.
| Modifier and Type | Method and Description |
|---|---|
protected AuthorizationGrpc.AuthorizationBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
CheckResponse |
check(CheckRequest request)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
protected AuthorizationGrpc.AuthorizationBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthorizationGrpc.AuthorizationBlockingStub>public CheckResponse check(CheckRequest request)
Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
Copyright © 2018–2021 The Envoy Project. All rights reserved.