com.sun.tools.ws.wscompile
Class DefaultAuthenticator
java.lang.Object
java.net.Authenticator
com.sun.tools.ws.wscompile.DefaultAuthenticator
public class DefaultAuthenticator
- extends Authenticator
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 |
defaultAuthfile
public static final String defaultAuthfile
DefaultAuthenticator
public DefaultAuthenticator(@NotNull
ErrorReceiver receiver,
@NotNull
File authfile)
throws BadCommandLineException
- Throws:
BadCommandLineException
getPasswordAuthentication
protected PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication
in class Authenticator