public class LightweightHttpWagonAuthenticator
extends java.net.Authenticator
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.ThreadLocal<LightweightHttpWagon> |
localWagon |
Constructor and Description |
---|
LightweightHttpWagonAuthenticator() |
Modifier and Type | Method and Description |
---|---|
protected java.net.PasswordAuthentication |
getPasswordAuthentication() |
void |
resetWagon() |
void |
setWagon(LightweightHttpWagon wagon) |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
java.lang.ThreadLocal<LightweightHttpWagon> localWagon
protected java.net.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication
in class java.net.Authenticator
public void setWagon(LightweightHttpWagon wagon)
public void resetWagon()