Uses of Interface
org.citrusframework.http.security.HttpAuthentication
Packages that use HttpAuthentication
Package
Description
-
Uses of HttpAuthentication in org.citrusframework.http.client
Methods in org.citrusframework.http.client with parameters of type HttpAuthenticationModifier and TypeMethodDescriptionHttpClientBuilder.authentication(HttpAuthentication auth) Sets the user authentication. -
Uses of HttpAuthentication in org.citrusframework.http.security
Classes in org.citrusframework.http.security that implement HttpAuthenticationModifier and TypeClassDescriptionclassBasic authentication implementation able to create a proper request factory with basic auth client credentials.Constructors in org.citrusframework.http.security with parameters of type HttpAuthenticationModifierConstructorDescription -
Uses of HttpAuthentication in org.citrusframework.http.server
Methods in org.citrusframework.http.server with parameters of type HttpAuthenticationModifier and TypeMethodDescriptionAbstractHttpServerBuilder.authentication(String resourcePath, HttpAuthentication auth) AbstractHttpServerBuilder.authentication(HttpAuthentication auth)