Java org.springframework.security.oauth.consumer ProtectedResourceDetails fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth.consumer ProtectedResourceDetails fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth.consumer ProtectedResourceDetails.

The text is from its open source code.

Method

StringgetAccessTokenHttpMethod()
The HTTP method to use with getAccessTokenURL()
StringgetAccessTokenURL()
The URL to use to obtain an OAuth access token.
MapgetAdditionalParameters()
The additional OAuth parameters for this protected resource.
MapgetAdditionalRequestHeaders()
The additional request headers to send.
StringgetAuthorizationHeaderRealm()
The value of the realm of the authorization header, or null if none.
StringgetConsumerKey()
The consumer key with which to interact with the provider.
StringgetId()
An identifier for these resource details.
StringgetRequestTokenHttpMethod()
The HTTP method to use with getRequestTokenURL()
StringgetRequestTokenURL()
The URL to use to obtain an OAuth request token.
SignatureSecretgetSharedSecret()
The shared signature secret.
StringgetSignatureMethod()
The signature method to use for OAuth requests.
StringgetUserAuthorizationURL()
The URL to which to redirect the user for authorization of access to the protected resource.
booleanisAcceptsAuthorizationHeader()
Whether the provider of this resource accepts the OAuth Authorization HTTP header.
booleanisUse10a()
Whether to use OAuth Core 1.0a.