com.sun.istack.tools
Class DefaultAuthenticator
java.lang.Object
java.net.Authenticator
com.sun.istack.tools.DefaultAuthenticator
public class DefaultAuthenticator
- extends Authenticator
- Author:
- Vivek Pandey, Lukas Jungmann
| 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 |
getAuthenticator
public static DefaultAuthenticator getAuthenticator()
reset
public static void reset()
getPasswordAuthentication
protected PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication in class Authenticator
setProxyAuth
public void setProxyAuth(String proxyAuth)
- Proxy authorization string in form of username:password.
- Parameters:
proxyAuth -
setAuth
public void setAuth(File f,
DefaultAuthenticator.Receiver l)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.