public class BasicAuthentication extends DefaultURLConnectionHandler
URLConnectionHandler.MATCH — The URL Glob expressions
registryMATCH| Constructor and Description |
|---|
BasicAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.net.URLConnection connection)
Not doing anything is perfect ok
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Set the properties for this plugin.
|
error, exception, getErrors, getLocation, getWarnings, isOk, isPedantic, matches, matches, progress, setRegistry, setReporter, trace, warningpublic void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
throws java.lang.Exception
DefaultURLConnectionHandlersetProperties in interface PluginsetProperties in class DefaultURLConnectionHandlermap - attributes and directives for this plugin's clausejava.lang.Exceptionpublic void handle(java.net.URLConnection connection)
DefaultURLConnectionHandlerhandle in interface URLConnectionHandlerhandle in class DefaultURLConnectionHandlerconnection - The connection to modify