Uses of Class
com.jayway.restassured.authentication.FormAuthConfig

Packages that use FormAuthConfig
com.jayway.restassured   
com.jayway.restassured.authentication   
com.jayway.restassured.internal   
com.jayway.restassured.internal.filter   
com.jayway.restassured.specification   
 

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.
 



Copyright © 2010-2011. All Rights Reserved.