public interface ProtectedResourceDetails
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2019. All rights reserved.