|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoauth.signpost.signature.SignatureBaseString
public class SignatureBaseString
Constructor Summary | |
---|---|
SignatureBaseString(HttpRequest request,
HttpParameters requestParameters)
Constructs a new SBS instance that will operate on the given request object and parameter set. |
Method Summary | |
---|---|
java.lang.String |
generate()
Builds the signature base string from the data this instance was configured with. |
java.lang.String |
normalizeRequestParameters()
Normalizes the set of request parameters this instance was configured with, as per OAuth spec section 9.1.1. |
java.lang.String |
normalizeRequestUrl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignatureBaseString(HttpRequest request, HttpParameters requestParameters)
request
- the HTTP requestrequestParameters
- the set of request parameters from the Authorization header, query
string and form bodyMethod Detail |
---|
public java.lang.String generate() throws OAuthMessageSignerException
OAuthMessageSignerException
public java.lang.String normalizeRequestUrl() throws java.net.URISyntaxException
java.net.URISyntaxException
public java.lang.String normalizeRequestParameters() throws java.io.IOException
parameters
- the set of request parameters
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |