Uses of Interface
com.jayway.restassured.specification.AuthenticationSpecification

Packages that use AuthenticationSpecification
com.jayway.restassured.internal   
com.jayway.restassured.specification   
 

Uses of AuthenticationSpecification in com.jayway.restassured.internal
 

Classes in com.jayway.restassured.internal that implement AuthenticationSpecification
 class AuthenticationSpecificationImpl
           
 

Methods in com.jayway.restassured.internal that return AuthenticationSpecification
 AuthenticationSpecification RequestSpecificationImpl.auth()
           
 AuthenticationSpecification RequestSpecificationImpl.authentication()
           
 

Uses of AuthenticationSpecification in com.jayway.restassured.specification
 

Methods in com.jayway.restassured.specification that return AuthenticationSpecification
 AuthenticationSpecification RequestSpecification.auth()
          A slightly short version of RequestSpecification.authentication().
 AuthenticationSpecification RequestSpecification.authentication()
          If you need to specify some credentials when performing a request.
 



Copyright © 2010-2011. All Rights Reserved.