|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProtectedResourceDetails
Details about a protected resource.
| Method Summary | |
|---|---|
String |
getAccessTokenHttpMethod()
The HTTP method to use with getAccessTokenURL() |
String |
getAccessTokenURL()
The URL to use to obtain an OAuth access token. |
Map<String,String> |
getAdditionalParameters()
The additional OAuth parameters for this protected resource. |
Map<String,String> |
getAdditionalRequestHeaders()
The additional request headers to send. |
String |
getAuthorizationHeaderRealm()
The value of the realm of the authorization header, or null if none. |
String |
getConsumerKey()
The consumer key with which to interact with the provider. |
String |
getId()
An identifier for these resource details. |
String |
getRequestTokenHttpMethod()
The HTTP method to use with getRequestTokenURL() |
String |
getRequestTokenURL()
The URL to use to obtain an OAuth request token. |
SignatureSecret |
getSharedSecret()
The shared signature secret. |
String |
getSignatureMethod()
The signature method to use for OAuth requests. |
String |
getUserAuthorizationURL()
The URL to which to redirect the user for authorization of access to the protected resource. |
boolean |
isAcceptsAuthorizationHeader()
Whether the provider of this resource accepts the OAuth Authorization HTTP header. |
boolean |
isUse10a()
Whether to use OAuth Core 1.0a. |
| Method Detail |
|---|
String getId()
String getConsumerKey()
String getSignatureMethod()
SignatureSecret getSharedSecret()
String getRequestTokenURL()
String getRequestTokenHttpMethod()
String getUserAuthorizationURL()
String getAccessTokenURL()
String getAccessTokenHttpMethod()
boolean isAcceptsAuthorizationHeader()
String getAuthorizationHeaderRealm()
boolean isUse10a()
Map<String,String> getAdditionalParameters()
Map<String,String> getAdditionalRequestHeaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||