ch.hsr.bieridee.test.http.requestprocessors
Class HMACAuthRequestProcessor

java.lang.Object
  extended by ch.hsr.bieridee.test.http.requestprocessors.HMACAuthRequestProcessor
All Implemented Interfaces:
IRequestProcessor

public class HMACAuthRequestProcessor
extends java.lang.Object
implements IRequestProcessor


Constructor Summary
HMACAuthRequestProcessor(java.lang.String username, java.lang.String password)
           
 
Method Summary
 org.apache.http.client.methods.HttpRequestBase processRequest(org.apache.http.client.methods.HttpRequestBase request)
          Process a request before it gets sent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMACAuthRequestProcessor

public HMACAuthRequestProcessor(java.lang.String username,
                                java.lang.String password)
Method Detail

processRequest

public org.apache.http.client.methods.HttpRequestBase processRequest(org.apache.http.client.methods.HttpRequestBase request)
Description copied from interface: IRequestProcessor
Process a request before it gets sent.

Specified by:
processRequest in interface IRequestProcessor
Parameters:
request - HTTP request object
Returns:
Processed HTTP request object