com.atlassian.security.auth.trustedapps.request.commonshttpclient
Class CommonsHttpClientTrustedRequest

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.request.commonshttpclient.CommonsHttpClientTrustedRequest
All Implemented Interfaces:
TrustedRequest

public class CommonsHttpClientTrustedRequest
extends java.lang.Object
implements TrustedRequest

Commons Http Client implementation of TrustedRequest


Constructor Summary
CommonsHttpClientTrustedRequest(org.apache.commons.httpclient.HttpMethod httpMethod)
           
 
Method Summary
 void addRequestParameter(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsHttpClientTrustedRequest

public CommonsHttpClientTrustedRequest(org.apache.commons.httpclient.HttpMethod httpMethod)
Method Detail

addRequestParameter

public void addRequestParameter(java.lang.String name,
                                java.lang.String value)
Specified by:
addRequestParameter in interface TrustedRequest


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.