|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dyuproject.oauth.sp.SimpleServiceToken
public final class SimpleServiceToken
Simple service token to hold the keys
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.dyuproject.oauth.sp.ServiceToken |
---|
ServiceToken.Store |
Constructor Summary | |
---|---|
SimpleServiceToken(String consumerSecret,
String key,
String secret)
|
|
SimpleServiceToken(String consumerSecret,
String key,
String secret,
String id)
|
Method Summary | |
---|---|
String |
getConsumerSecret()
Gets the consumerSecret. |
String |
getId()
Gets the application assigned id when upon authorization of a user. |
String |
getKey()
Gets the request or access token. |
String |
getSecret()
Gets the token secret. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleServiceToken(String consumerSecret, String key, String secret)
public SimpleServiceToken(String consumerSecret, String key, String secret, String id)
Method Detail |
---|
public String getConsumerSecret()
ServiceToken
getConsumerSecret
in interface ServiceToken
public String getKey()
ServiceToken
getKey
in interface ServiceToken
public String getSecret()
ServiceToken
getSecret
in interface ServiceToken
public String getId()
ServiceToken
getId
in interface ServiceToken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |