Java org.springframework.security.oauth.common OAuthConsumerParameter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

OAuthConsumerParameteroauth_consumer_key
Parameter for the consumer key.
OAuthConsumerParameteroauth_token
Parameter for the oauth token.
OAuthConsumerParameteroauth_signature_method
Parameter for the signature method.
OAuthConsumerParameteroauth_signature
Parameter for the signature.
OAuthConsumerParameteroauth_timestamp
Parameter for the timestamp.
OAuthConsumerParameteroauth_nonce
Parameter for the nonce.
OAuthConsumerParameteroauth_version
Parameter for the version.
OAuthConsumerParameteroauth_callback
Parameter for the callback.
OAuthConsumerParameteroauth_verifier
Parameter for the verifier.

Method

StringtoString()
Returns a string representation of the object.