public static final class Authorization.Stub extends Authorization implements Authorization.Interface
Authorization.BlockingInterface, Authorization.Interface, Authorization.Stub| Modifier and Type | Method and Description |
|---|---|
void |
check(com.google.protobuf.RpcController controller,
CheckRequest request,
com.google.protobuf.RpcCallback<CheckResponse> done)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
com.google.protobuf.RpcChannel |
getChannel() |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void check(com.google.protobuf.RpcController controller,
CheckRequest request,
com.google.protobuf.RpcCallback<CheckResponse> done)
AuthorizationPerforms authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
rpc Check(.envoy.service.auth.v4alpha.CheckRequest) returns (.envoy.service.auth.v4alpha.CheckResponse);check in interface Authorization.Interfacecheck in class AuthorizationCopyright © 2018–2021 The Envoy Project. All rights reserved.