mcne.security
Class HTTPAuthenticateProxy

java.lang.Object
  |
  +--java.net.Authenticator
        |
        +--mcne.security.HTTPAuthenticateProxy

public class HTTPAuthenticateProxy
extends java.net.Authenticator

Author:
naza

Constructor Summary
HTTPAuthenticateProxy(java.lang.String usr, java.lang.String pwd)
          Creates a new instance of HTTPAuthenticateProxy
 
Method Summary
protected  java.net.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPAuthenticateProxy

public HTTPAuthenticateProxy(java.lang.String usr,
                             java.lang.String pwd)
Creates a new instance of HTTPAuthenticateProxy

Method Detail

getPasswordAuthentication

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