org.apache.axis.utils

Class DefaultAuthenticator


public class DefaultAuthenticator
extends java.net.Authenticator

This class is used by WSDL2javaAntTask and WSDL2. Supports the http.proxyUser and http.proxyPassword properties.

Constructor Summary

DefaultAuthenticator(String user, String pass)

Method Summary

protected java.net.PasswordAuthentication
getPasswordAuthentication()

Constructor Details

DefaultAuthenticator

public DefaultAuthenticator(String user,
                            String pass)

Method Details

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.