org.apache.oltu.oauth2.client.request
Class ClientHeaderParametersApplier

java.lang.Object
  extended by org.apache.oltu.oauth2.client.request.ClientHeaderParametersApplier
All Implemented Interfaces:
OAuthParametersApplier

public class ClientHeaderParametersApplier
extends Object
implements OAuthParametersApplier


Constructor Summary
ClientHeaderParametersApplier()
           
 
Method Summary
 OAuthMessage applyOAuthParameters(OAuthMessage message, Map<String,Object> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHeaderParametersApplier

public ClientHeaderParametersApplier()
Method Detail

applyOAuthParameters

public OAuthMessage applyOAuthParameters(OAuthMessage message,
                                         Map<String,Object> params)
                                  throws OAuthSystemException
Specified by:
applyOAuthParameters in interface OAuthParametersApplier
Throws:
OAuthSystemException


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.