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.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic RequestSpecification basic(String username, String password)
PreemptiveAuthSpecbasic in interface PreemptiveAuthSpecusername - The username.password - The password.public RequestSpecification oauth2(String accessToken)
PreemptiveAuthSpecoauth2 in interface PreemptiveAuthSpecaccessToken - The access tokenCopyright © 2010–2015. All rights reserved.