public class PreemptiveAuthSpecWrapper extends BaseWrapper<com.jayway.restassured.specification.PreemptiveAuthSpec> implements com.jayway.restassured.specification.PreemptiveAuthSpec
| Constructor and Description |
|---|
PreemptiveAuthSpecWrapper(com.jayway.restassured.specification.PreemptiveAuthSpec auth,
java.lang.ThreadLocal<com.jayway.restassured.specification.RequestSpecification> instrumented,
RestDecorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
com.jayway.restassured.specification.RequestSpecification |
basic(java.lang.String username,
java.lang.String password) |
public PreemptiveAuthSpecWrapper(com.jayway.restassured.specification.PreemptiveAuthSpec auth,
java.lang.ThreadLocal<com.jayway.restassured.specification.RequestSpecification> instrumented,
RestDecorator decorator)