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:
- HTTP request URI Query
- HTTP request entity-body with application/x-www-form-urlencoded encoding
- HTTP request entity-body with application/json encoding
- HTTP request Authorization/WWW-Authenticate header
-
Method Summary
Modifier and TypeMethodDescriptionapplyOAuthParameters(OAuthMessage message, Map<String, Object> params)
-
Method Details
-
applyOAuthParameters
OAuthMessage applyOAuthParameters(OAuthMessage message, Map<String, Object> params) throws OAuthSystemException- Throws:
OAuthSystemException
-