Interface RESTAuthenticationProvider
- All Known Implementing Classes:
EnhancedMuleClient.EMAccessTokenProvider,EnhancedMuleClient.MavenAuthenticationProvider
public interface RESTAuthenticationProvider
-
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
-