com.ning.http.client.oauth
Class ConsumerKey

java.lang.Object
  extended by com.ning.http.client.oauth.ConsumerKey

public class ConsumerKey
extends Object

Value class for OAuth consumer keys.


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

Constructor Detail

ConsumerKey

public ConsumerKey(String key,
                   String secret)
Method Detail

getKey

public String getKey()

getSecret

public String getSecret()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.