Class BasicAuthentication

java.lang.Object
org.citrusframework.http.security.BasicAuthentication
All Implemented Interfaces:
HttpAuthentication

public class BasicAuthentication extends Object implements HttpAuthentication
Basic authentication implementation able to create a proper request factory with basic auth client credentials. Trying to read hostname and port from given request URL on the Http client in order to set a proper auth scope.