Class Authorization.Stub

    • Method Detail

      • getChannel

        public com.google.protobuf.RpcChannel getChannel()
      • check

        public void check​(com.google.protobuf.RpcController controller,
                          CheckRequest request,
                          com.google.protobuf.RpcCallback<CheckResponse> done)
        Description copied from class: Authorization
         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);
        Specified by:
        check in interface Authorization.Interface
        Specified by:
        check in class Authorization