public class BasicAuthentication extends DefaultURLConnectionHandler
URLConnectionHandler.MATCH
— The URL Glob
expressions
registry
MATCH
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, warning
public void setProperties(java.util.Map<java.lang.String,java.lang.String> map) throws java.lang.Exception
DefaultURLConnectionHandler
setProperties
in interface Plugin
setProperties
in class DefaultURLConnectionHandler
map
- attributes and directives for this plugin's clausejava.lang.Exception
public void handle(java.net.URLConnection connection)
DefaultURLConnectionHandler
handle
in interface URLConnectionHandler
handle
in class DefaultURLConnectionHandler
connection
- The connection to modify