Package com.sun.istack.tools
Class DefaultAuthenticator
java.lang.Object
java.net.Authenticator
com.sun.istack.tools.DefaultAuthenticator
- Author:
- Vivek Pandey, Lukas Jungmann
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultAuthenticatorprotected PasswordAuthenticationstatic voidreset()voidvoidsetProxyAuth(String proxyAuth) Proxy authorization string in form of username:password.Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
Method Details
-
getAuthenticator
-
reset
public static void reset() -
getPasswordAuthentication
- Overrides:
getPasswordAuthenticationin classAuthenticator
-
setProxyAuth
Proxy authorization string in form of username:password.- Parameters:
proxyAuth- Proxy authorization string
-
setAuth
-