Interface Authorization.Interface
-
- All Known Implementing Classes:
Authorization.Stub
- Enclosing class:
- Authorization
public static interface Authorization.Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck(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`.
-
-
-
Method Detail
-
check
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.v2.CheckRequest) returns (.envoy.service.auth.v2.CheckResponse);
-
-