| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.api.annotations.oauth.OAuthMessageSigner | |
The signature method to be used in the OAuth 1.0a flow. This method will be included in the auth_signature_method parameter. The Service Provider will verify the signature as specified in each method.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| OAuthMessageSigner | HMAC_SHA1 | ||||||||||
| OAuthMessageSigner | PLAIN_TEXT | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||