|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationScheme | |
|---|---|
| com.jayway.restassured | |
| com.jayway.restassured.authentication | |
| com.jayway.restassured.builder | |
| com.jayway.restassured.internal | |
| com.jayway.restassured.specification | |
| Uses of AuthenticationScheme in com.jayway.restassured |
|---|
| Fields in com.jayway.restassured declared as AuthenticationScheme | |
|---|---|
static AuthenticationScheme |
RestAssured.authentication
Set an authentication scheme that should be used for each request. |
static AuthenticationScheme |
RestAssured.DEFAULT_AUTH
|
| Methods in com.jayway.restassured that return AuthenticationScheme | |
|---|---|
static AuthenticationScheme |
RestAssured.basic(String userName,
String password)
Create a http basic authentication scheme. |
static AuthenticationScheme |
RestAssured.certificate(String certURL,
String password)
Sets a certificate to be used for SSL authentication. |
static AuthenticationScheme |
RestAssured.digest(String userName,
String password)
Use http digest authentication. |
static AuthenticationScheme |
RestAssured.form(String userName,
String password)
Use form authentication. |
static AuthenticationScheme |
RestAssured.form(String userName,
String password,
FormAuthConfig config)
Use form authentication with the supplied configuration. |
static AuthenticationScheme |
RestAssured.oauth(String consumerKey,
String consumerSecret,
String accessToken,
String secretToken)
Excerpt from the HttpBuilder docs: OAuth sign the request. |
| Uses of AuthenticationScheme in com.jayway.restassured.authentication |
|---|
| Classes in com.jayway.restassured.authentication that implement AuthenticationScheme | |
|---|---|
class |
BasicAuthScheme
|
class |
CertAuthScheme
|
class |
ExplicitNoAuthScheme
|
class |
FormAuthScheme
|
class |
NoAuthScheme
|
class |
OAuthScheme
|
class |
PreemptiveBasicAuthScheme
|
| Methods in com.jayway.restassured.authentication that return AuthenticationScheme | |
|---|---|
AuthenticationScheme |
PreemptiveAuthProvider.basic(String userName,
String password)
Use preemptive http basic authentication. |
| Uses of AuthenticationScheme in com.jayway.restassured.builder |
|---|
| Methods in com.jayway.restassured.builder with parameters of type AuthenticationScheme | |
|---|---|
RequestSpecBuilder |
RequestSpecBuilder.setAuth(AuthenticationScheme auth)
A slightly short version of RequestSpecBuilder.setAuthentication(com.jayway.restassured.authentication.AuthenticationScheme) )}. |
RequestSpecBuilder |
RequestSpecBuilder.setAuthentication(AuthenticationScheme auth)
If you need to specify some credentials when performing a request. |
| Uses of AuthenticationScheme in com.jayway.restassured.internal |
|---|
| Methods in com.jayway.restassured.internal that return AuthenticationScheme | |
|---|---|
AuthenticationScheme |
RequestSpecificationImpl.getAuthenticationScheme()
|
| Methods in com.jayway.restassured.internal with parameters of type AuthenticationScheme | |
|---|---|
void |
RequestSpecificationImpl.setAuthenticationScheme(AuthenticationScheme value)
|
| Constructors in com.jayway.restassured.internal with parameters of type AuthenticationScheme | |
|---|---|
RequestSpecificationImpl(String baseURI,
int requestPort,
String basePath,
AuthenticationScheme defaultAuthScheme,
List<Filter> filters,
KeystoreSpec keyStoreSpec,
Object defaultRequestContentType,
RequestSpecification defaultSpec,
boolean urlEncode,
RestAssuredConfig restAssuredConfig)
|
|
| Uses of AuthenticationScheme in com.jayway.restassured.specification |
|---|
| Methods in com.jayway.restassured.specification that return AuthenticationScheme | |
|---|---|
AuthenticationScheme |
FilterableRequestSpecification.getAuthenticationScheme()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||