|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SigningStrategy
Defines how an OAuth signature string is written to a request.
Unlike OAuthMessageSigner, which is concerned with how to
generate a signature, this class is concered with where to write it
(e.g. HTTP header or query string).
| Method Summary | |
|---|---|
String |
writeSignature(String signature,
HttpRequest request,
HttpParameters requestParameters)
Writes an OAuth signature and all remaining required parameters to an HTTP message. |
| Method Detail |
|---|
String writeSignature(String signature,
HttpRequest request,
HttpParameters requestParameters)
signature - the signature to writerequest - the request to signrequestParameters - the request parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||