public static final class AuthorizationGrpc.AuthorizationFutureStub extends io.grpc.stub.AbstractStub<AuthorizationGrpc.AuthorizationFutureStub>
A generic interface for performing authorization check on incoming requests to a networked service.
| Modifier and Type | Method and Description |
|---|---|
protected AuthorizationGrpc.AuthorizationFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<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.AuthorizationFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthorizationGrpc.AuthorizationFutureStub>public com.google.common.util.concurrent.ListenableFuture<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.