public static final class ExternalAuth.Authorization.Stub extends ExternalAuth.Authorization implements ExternalAuth.Authorization.Interface
ExternalAuth.Authorization.BlockingInterface, ExternalAuth.Authorization.Interface, ExternalAuth.Authorization.Stub| Modifier and Type | Method and Description |
|---|---|
void |
check(com.google.protobuf.RpcController controller,
ExternalAuth.CheckRequest request,
com.google.protobuf.RpcCallback<ExternalAuth.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,
ExternalAuth.CheckRequest request,
com.google.protobuf.RpcCallback<ExternalAuth.CheckResponse> done)
ExternalAuth.AuthorizationPerforms authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.
rpc Check(.envoy.service.auth.v2alpha.CheckRequest) returns (.envoy.service.auth.v2alpha.CheckResponse);check in interface ExternalAuth.Authorization.Interfacecheck in class ExternalAuth.AuthorizationCopyright © 2019 WSO2. All rights reserved.