Interface RESTAuthenticationProvider

All Known Implementing Classes:
EnhancedMuleClient.EMAccessTokenProvider, EnhancedMuleClient.MavenAuthenticationProvider

public interface RESTAuthenticationProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handles(org.apache.http.HttpRequest req)
     
    void
    process(org.apache.http.HttpRequest req, org.apache.http.protocol.HttpContext httpContext)
     
  • Method Details

    • handles

      boolean handles(org.apache.http.HttpRequest req)
    • process

      void process(org.apache.http.HttpRequest req, org.apache.http.protocol.HttpContext httpContext) throws IOException
      Throws:
      IOException