public abstract static class OAuthClientRequest.OAuthRequestBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.oltu.oauth2.common.parameters.OAuthParametersApplier |
applier |
protected Map<String,Object> |
parameters |
protected String |
url |
| Modifier | Constructor and Description |
|---|---|
protected |
OAuthClientRequest.OAuthRequestBuilder(String url) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientRequest |
buildBodyMessage() |
OAuthClientRequest |
buildHeaderMessage() |
OAuthClientRequest |
buildQueryMessage() |
protected org.apache.oltu.oauth2.common.parameters.OAuthParametersApplier applier
protected String url
protected OAuthClientRequest.OAuthRequestBuilder(String url)
public OAuthClientRequest buildQueryMessage() throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
org.apache.oltu.oauth2.common.exception.OAuthSystemExceptionpublic OAuthClientRequest buildBodyMessage() throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
org.apache.oltu.oauth2.common.exception.OAuthSystemExceptionpublic OAuthClientRequest buildHeaderMessage() throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
org.apache.oltu.oauth2.common.exception.OAuthSystemExceptionCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.