| org.mule.api.oauth.OAuthAdapter |
Known Indirect Subclasses
|
Base OAuth adapter
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Acquire access token and secret
| |||||||||||
Retrieve access token
| |||||||||||
Retrieve authorization url
| |||||||||||
Get the callback to be called when the access token and secret need to be restored
| |||||||||||
Get the callback to be called when the access token and secret need to be saved for
later restoration
| |||||||||||
Retrieve OAuth verifier
| |||||||||||
Retrieve redirect url
| |||||||||||
Set access token
| |||||||||||
Set the callback to be called when the access token and secret need to be restored
| |||||||||||
Set the callback to be called when the access token and secret need to be saved for
later restoration
| |||||||||||
Set OAuth verifier
| |||||||||||
Acquire access token and secret
Get the callback to be called when the access token and secret need to be restored
Get the callback to be called when the access token and secret need to be saved for later restoration
Retrieve OAuth verifier
Set the callback to be called when the access token and secret need to be restored
| restoreCallback | Callback to be called |
|---|
Set the callback to be called when the access token and secret need to be saved for later restoration
| saveCallback | Callback to be called |
|---|
Set OAuth verifier
| value | OAuth verifier to set |
|---|