public static interface Authorization.Interface
| 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`.
|
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`.
rpc Check(.envoy.service.auth.v3.CheckRequest) returns (.envoy.service.auth.v3.CheckResponse);Copyright © 2018–2021 The Envoy Project. All rights reserved.