org.apache.maven.wagon.providers.http
Class LightweightHttpWagonAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by org.apache.maven.wagon.providers.http.LightweightHttpWagonAuthenticator

public class LightweightHttpWagonAuthenticator
extends Authenticator

Author:
Nicolas De loof
Plexus component:
role:
"org.apache.maven.wagon.providers.http.LightweightHttpWagonAuthenticator"

Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
 
Constructor Summary
LightweightHttpWagonAuthenticator()
           
 
Method Summary
protected  PasswordAuthentication getPasswordAuthentication()
           
 void resetWagon()
           
 void setWagon(LightweightHttpWagon wagon)
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightweightHttpWagonAuthenticator

public LightweightHttpWagonAuthenticator()
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class Authenticator

setWagon

public void setWagon(LightweightHttpWagon wagon)

resetWagon

public void resetWagon()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.