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

All Known Implementing Classes:
BodyURLEncodedParametersApplier, ClientHeaderParametersApplier, FragmentParametersApplier, 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–2014 The Apache Software Foundation. All rights reserved.