Interface Call

All Known Implementing Classes:
AbstractCall, HttpCall, ServiceCall, SolrCall

public interface Call
An abstract call to a remote endpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute the call and return result
    boolean
    Check whether this call is permitted according to AuthzSupport
  • Method Details

    • execute

      Map<String,Object> execute()
      Execute the call and return result
    • isAuthorized

      boolean isAuthorized()
      Check whether this call is permitted according to AuthzSupport