public class OAuthScheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
| Constructor and Description |
|---|
OAuthScheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(HTTPBuilder httpBuilder) |
String |
getAccessToken() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getSecretToken() |
OAuthSignature |
getSignature() |
void |
setAccessToken(String value) |
void |
setConsumerKey(String value) |
void |
setConsumerSecret(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setSecretToken(String value) |
void |
setSignature(OAuthSignature value) |
public String getConsumerKey()
public void setConsumerKey(String value)
public String getConsumerSecret()
public void setConsumerSecret(String value)
public String getAccessToken()
public void setAccessToken(String value)
public String getSecretToken()
public void setSecretToken(String value)
public OAuthSignature getSignature()
public void setSignature(OAuthSignature value)
public void authenticate(HTTPBuilder httpBuilder)
authenticate in interface AuthenticationSchemepublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2022. All rights reserved.