|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.oauth1.signature.OAuth1Secrets
public class OAuth1Secrets
Contains the secrets used to generate and/or verify signatures.
| Constructor Summary | |
|---|---|
OAuth1Secrets()
|
|
| Method Summary | |
|---|---|
OAuth1Secrets |
clone()
|
OAuth1Secrets |
consumerSecret(String consumerSecret)
Builder pattern method to return OAuth1Secrets after setting
consumer secret. |
String |
getConsumerSecret()
Returns the consumer secret. |
String |
getTokenSecret()
Returns request or access token. |
void |
setConsumerSecret(String consumerSecret)
|
void |
setTokenSecret(String tokenSecret)
Sets request or access token. |
OAuth1Secrets |
tokenSecret(String tokenSecret)
Builder pattern method to return OAuth1Secrets after setting
consumer secret. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuth1Secrets()
| Method Detail |
|---|
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public OAuth1Secrets consumerSecret(String consumerSecret)
OAuth1Secrets after setting
consumer secret.
consumerSecret - the consumer secret.public String getTokenSecret()
public void setTokenSecret(String tokenSecret)
public OAuth1Secrets tokenSecret(String tokenSecret)
OAuth1Secrets after setting
consumer secret.
tokenSecret - the token secret.public OAuth1Secrets clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||