Package aQute.bnd.url

Class BasicAuthentication

All Implemented Interfaces:
Plugin, RegistryPlugin, URLConnectionHandler, Report, Reporter

public class BasicAuthentication extends DefaultURLConnectionHandler
Provide Http Basic Authentication. This URL Connection Handler plugin will add basic authentication to the matching URL Connections. The following properties must be specified.
  • MATCH — The URL Glob expressions
  • .password — The password for basic authentication
  • user — The user ID