Package org.apache.axis.utils
Class DefaultAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- org.apache.axis.utils.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
Constructors Constructor Description DefaultAuthenticator(java.lang.String user, java.lang.String pass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.PasswordAuthentication
getPasswordAuthentication()
-
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
-