public class PreemptiveAuthSpecImpl extends Object implements PreemptiveAuthSpec, groovy.lang.GroovyObject
Constructor and Description |
---|
PreemptiveAuthSpecImpl(RequestSpecification requestBuilder) |
Modifier and Type | Method and Description |
---|---|
RequestSpecification |
basic(String username,
String password)
Use preemptive http basic authentication.
|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
RequestSpecification |
oauth2(String accessToken)
OAuth2 sign the request.
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public PreemptiveAuthSpecImpl(RequestSpecification requestBuilder)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public RequestSpecification basic(String username, String password)
PreemptiveAuthSpec
basic
in interface PreemptiveAuthSpec
username
- The username.password
- The password.public RequestSpecification oauth2(String accessToken)
PreemptiveAuthSpec
oauth2
in interface PreemptiveAuthSpec
accessToken
- The access tokenCopyright © 2010–2017. All rights reserved.