public static interface ExternalAuth.Authorization.Interface
| 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`.
|
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`.
rpc Check(.envoy.service.auth.v2alpha.CheckRequest) returns (.envoy.service.auth.v2alpha.CheckResponse);Copyright © 2019 WSO2. All rights reserved.