|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OAuthProviderListener
Provides hooks into the token request handling procedure executed by
OAuthProvider.
| Method Summary | |
|---|---|
boolean |
onResponseReceived(HttpRequest request,
HttpResponse response)
Called when the server response has been received. |
void |
prepareRequest(HttpRequest request)
Called after the request has been created and default headers added, but before the request has been signed. |
void |
prepareSubmission(HttpRequest request)
Called after the request has been signed, but before it's being sent. |
| Method Detail |
|---|
void prepareRequest(HttpRequest request)
throws Exception
request - the request to be sent
Exception
void prepareSubmission(HttpRequest request)
throws Exception
request - the request to be sent
Exception
boolean onResponseReceived(HttpRequest request,
HttpResponse response)
throws Exception
request - the request that was sentresponse - the response that was received
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||