|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectoauthP5.oauth.OAuthConfig
public class OAuthConfig
Parameter object that groups OAuth config values
| Constructor Summary | |
|---|---|
OAuthConfig(String key,
String secret)
|
|
OAuthConfig(String key,
String secret,
String callback,
SignatureType type,
String scope,
OutputStream stream)
|
|
| Method Summary | |
|---|---|
String |
getApiKey()
|
String |
getApiSecret()
|
String |
getCallback()
|
String |
getScope()
|
SignatureType |
getSignatureType()
|
boolean |
hasScope()
|
void |
log(String message)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuthConfig(String key,
String secret)
public OAuthConfig(String key,
String secret,
String callback,
SignatureType type,
String scope,
OutputStream stream)
| Method Detail |
|---|
public String getApiKey()
public String getApiSecret()
public String getCallback()
public SignatureType getSignatureType()
public String getScope()
public boolean hasScope()
public void log(String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||