|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.authn.oauth.TwoLeggedOAuthHelper
public class TwoLeggedOAuthHelper
Provides common OAuth message signing and Authorization header functionality.
Constructor Summary | |
---|---|
TwoLeggedOAuthHelper(OAuthSigner signer,
OAuthParameters parameters)
|
Method Summary | |
---|---|
java.lang.String |
getAuthorizationHeader(java.lang.String requestUrl,
java.lang.String httpMethod)
Generates the string to be used as the HTTP authorization header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwoLeggedOAuthHelper(OAuthSigner signer, OAuthParameters parameters)
Method Detail |
---|
public java.lang.String getAuthorizationHeader(java.lang.String requestUrl, java.lang.String httpMethod) throws OAuthException
OAuth realm="", oauth_signature="SOME_LONG_STRING", oauth_nonce="123456", oauth_signature_method="RSA-SHA1", oauth_consumer_key="www.example.com", oauth_token="abc123", oauth_timestamp="123456"
The following parameters are required in OAuthParameters
:
requestUrl
- the url of the requesthttpMethod
- the http method of the request (for example GET)
OAuthException
- if there is an error with the OAuth request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |