org.apache.amber.oauth2.common.parameters
Interface OAuthParametersApplier

All Known Implementing Classes:
BodyURLEncodedParametersApplier, JSONBodyParametersApplier, QueryParameterApplier, WWWAuthHeaderParametersApplier

public interface OAuthParametersApplier

Applies given parameters to the OAuth message. Provided implementations include OAuth parameters in one of those:

Additional implementations can be provided.


Method Summary
 OAuthMessage applyOAuthParameters(OAuthMessage message, Map<String,Object> params)
           
 

Method Detail

applyOAuthParameters

OAuthMessage applyOAuthParameters(OAuthMessage message,
                                  Map<String,Object> params)
                                  throws OAuthSystemException
Throws:
OAuthSystemException


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