de.j4ee.webloader.net
Class ProxyAuthenticator

java.lang.Object
  extended by de.j4ee.webloader.net.ProxyAuthenticator

public class ProxyAuthenticator
extends java.lang.Object


Constructor Summary
ProxyAuthenticator()
           
 
Method Summary
static void use(java.lang.String user, java.lang.String password)
           
static void useSystemProperties()
          Instanciates Authenticator using User and Password stored in System.properties; recognizes http.- and https.- prefix as well
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyAuthenticator

public ProxyAuthenticator()
Method Detail

useSystemProperties

public static void useSystemProperties()
Instanciates Authenticator using User and Password stored in System.properties; recognizes http.- and https.- prefix as well


use

public static void use(java.lang.String user,
                       java.lang.String password)