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() |
RequestSpecification |
oauth2(String accessToken)
OAuth2 sign the request.
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
public PreemptiveAuthSpecImpl(RequestSpecification requestBuilder)
public 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 tokenpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2020. All rights reserved.