|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OAuthSigner
Interface for signing OAuth requests.
| Method Summary | |
|---|---|
java.lang.String |
getSignature(java.lang.String baseString,
OAuthParameters oauthParameters)
Signs the input string using the appropriate signature method. |
java.lang.String |
getSignatureMethod()
Gets the signature method for this specific implementation. |
| Method Detail |
|---|
java.lang.String getSignature(java.lang.String baseString,
OAuthParameters oauthParameters)
throws OAuthException
baseString - the string to signoauthParameters - the parameters related to the OAuth request or
null
OAuthException - if signing the request failsjava.lang.String getSignatureMethod()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||