Interface Authorization.Interface

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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`.
    • 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.v3.CheckRequest) returns (.envoy.service.auth.v3.CheckResponse);