This project has retired. For details please refer to its Attic page.
JSONBodyParametersApplier (Apache Oltu: OAuth 2.0 Implementation - Common 0.31-incubating-SNAPSHOT API)

org.apache.amber.oauth2.common.parameters
Class JSONBodyParametersApplier

java.lang.Object
  extended by org.apache.amber.oauth2.common.parameters.JSONBodyParametersApplier
All Implemented Interfaces:
OAuthParametersApplier

public class JSONBodyParametersApplier
extends Object
implements OAuthParametersApplier


Constructor Summary
JSONBodyParametersApplier()
           
 
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

JSONBodyParametersApplier

public JSONBodyParametersApplier()
Method Detail

applyOAuthParameters

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


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.