com.aptana.ide.core.ui
Class UpdateManagerAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by com.aptana.ide.core.ui.UpdateManagerAuthenticator
Direct Known Subclasses:
AptanaAuthenticator

public class UpdateManagerAuthenticator
extends java.net.Authenticator

Update Manager Authenticator Sadly there can only be one registered per VM


Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
java.net.Authenticator.RequestorType
 
Constructor Summary
UpdateManagerAuthenticator()
           
 
Method Summary
protected  java.net.PasswordAuthentication getPasswordAuthentication()
           
 
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

UpdateManagerAuthenticator

public UpdateManagerAuthenticator()
Method Detail

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class java.net.Authenticator
See Also:
Authenticator.getPasswordAuthentication()