net.smartam.leeloo.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.

Author:
Maciej Machulak, Lukasz Moren

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

Method Detail

applyOAuthParameters

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


Copyright © 2010. All Rights Reserved.