Uses of Class
us.abstracta.jmeter.javadsl.http.DslAuthManager
-
Packages that use DslAuthManager Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.http -
-
Uses of DslAuthManager in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslAuthManager Modifier and Type Method Description static DslAuthManagerJmeterDsl. httpAuth()Builds an Auth manager which simplifies configuration for automatic authentication of HTTP requests. -
Uses of DslAuthManager in us.abstracta.jmeter.javadsl.http
Methods in us.abstracta.jmeter.javadsl.http that return DslAuthManager Modifier and Type Method Description DslAuthManagerDslAuthManager. basicAuth(String baseUrl, String user, String password)Specifies authentication credentials to use with HTTP Basic authentication for a given base url.
-