| Modifier and Type | Method and Description |
|---|---|
static AuthenticationScheme |
RestAssured.form(String userName,
String password,
FormAuthConfig config)
Use form authentication with the supplied configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FormAuthConfig |
FormAuthScheme.getConfig() |
static FormAuthConfig |
FormAuthConfig.springSecurity() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormAuthScheme.setConfig(FormAuthConfig value) |
| Modifier and Type | Method and Description |
|---|---|
RequestSpecification |
AuthenticationSpecificationImpl.form(String userName,
String password,
FormAuthConfig config) |
| Modifier and Type | Method and Description |
|---|---|
FormAuthConfig |
FormAuthFilter.getFormAuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormAuthFilter.setFormAuthConfig(FormAuthConfig value) |
| Modifier and Type | Method and Description |
|---|---|
RequestSpecification |
AuthenticationSpecification.form(String userName,
String password,
FormAuthConfig config)
Use form authentication with the supplied configuration.
|
Copyright © 2010–2014. All rights reserved.