com.jayway.restassured.spi
Interface AuthFilter
- All Superinterfaces:
- Filter
- All Known Implementing Classes:
- FormAuthFilter
public interface AuthFilter
- extends Filter
Marker interface for authentication filters. Authentication filters are handled a bit specially in Rest Assured
since they're removed from the filter chain when explicitly using:
given().auth().none(). ..
to avoid a default authentication scheme.
| Methods inherited from interface com.jayway.restassured.filter.Filter |
filter |
Copyright © 2010-2011. All Rights Reserved.