com.sun.jersey.oauth.server.spi
Interface OAuthConsumer

All Known Implementing Classes:
DefaultOAuthProvider.Consumer

public interface OAuthConsumer

Class representing a registered consumer.


Method Summary
 String getKey()
          Returns consumer key.
 String getSecret()
          Returns consumer secret.
 

Method Detail

getKey

String getKey()
Returns consumer key.

Returns:
consumer key

getSecret

String getSecret()
Returns consumer secret.

Returns:
consumer secret


Copyright © 2013 Oracle Corporation. All Rights Reserved.