Class LightweightHttpWagonAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- org.apache.maven.wagon.providers.http.LightweightHttpWagonAuthenticator
-
public class LightweightHttpWagonAuthenticator extends java.net.Authenticator
- Author:
- Nicolas De loof
-
-
Constructor Summary
Constructors Constructor Description LightweightHttpWagonAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.PasswordAuthentication
getPasswordAuthentication()
void
resetWagon()
void
setWagon(LightweightHttpWagon wagon)
-
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
-
-
-
Method Detail
-
getPasswordAuthentication
protected java.net.PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication
in classjava.net.Authenticator
-
setWagon
public void setWagon(LightweightHttpWagon wagon)
-
resetWagon
public void resetWagon()
-
-