org.shredzone.flattr4j.oauth
Class ConsumerKey

java.lang.Object
  extended by org.shredzone.flattr4j.oauth.ConsumerKey
All Implemented Interfaces:
Serializable

public class ConsumerKey
extends Object
implements Serializable

The key and secret of the OAuth2 client. This is your application's key.

Author:
Richard "Shred" Körber
See Also:
Serialized Form

Constructor Summary
ConsumerKey()
           
ConsumerKey(String key, String secret)
           
 
Method Summary
 String getKey()
           
 String getSecret()
           
 void setKey(String key)
           
 void setSecret(String secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerKey

public ConsumerKey()

ConsumerKey

public ConsumerKey(String key,
                   String secret)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getSecret

public String getSecret()

setSecret

public void setSecret(String secret)


Copyright © 2010-2012. All Rights Reserved.