|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FormAuthConfig in com.jayway.restassured |
|---|
| Methods in com.jayway.restassured with parameters of type FormAuthConfig | |
|---|---|
static AuthenticationScheme |
RestAssured.form(String userName,
String password,
FormAuthConfig config)
Use form authentication with the supplied configuration. |
| Uses of FormAuthConfig in com.jayway.restassured.authentication |
|---|
| Methods in com.jayway.restassured.authentication that return FormAuthConfig | |
|---|---|
static FormAuthConfig |
FormAuthConfig.springSecurity()
|
| Uses of FormAuthConfig in com.jayway.restassured.internal |
|---|
| Methods in com.jayway.restassured.internal with parameters of type FormAuthConfig | |
|---|---|
RequestSpecification |
AuthenticationSpecificationImpl.form(String userName,
String password,
FormAuthConfig config)
|
| Uses of FormAuthConfig in com.jayway.restassured.internal.filter |
|---|
| Methods in com.jayway.restassured.internal.filter that return FormAuthConfig | |
|---|---|
FormAuthConfig |
FormAuthFilter.getConfig()
|
| Methods in com.jayway.restassured.internal.filter with parameters of type FormAuthConfig | |
|---|---|
void |
FormAuthFilter.setConfig(FormAuthConfig value)
|
| Uses of FormAuthConfig in com.jayway.restassured.specification |
|---|
| Methods in com.jayway.restassured.specification with parameters of type FormAuthConfig | |
|---|---|
RequestSpecification |
AuthenticationSpecification.form(String userName,
String password,
FormAuthConfig config)
Use form authentication with the supplied configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||