com.sun.tools.ws.wscompile
Class DefaultAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by com.sun.tools.ws.wscompile.DefaultAuthenticator

public class DefaultAuthenticator
extends Authenticator


Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
 
Field Summary
static String defaultAuthfile
           
 
Constructor Summary
DefaultAuthenticator(ErrorReceiver receiver, File authfile)
           
 
Method Summary
protected  PasswordAuthentication getPasswordAuthentication()
           
 
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
 

Field Detail

defaultAuthfile

public static final String defaultAuthfile
Constructor Detail

DefaultAuthenticator

public DefaultAuthenticator(@NotNull
                            ErrorReceiver receiver,
                            @NotNull
                            File authfile)
                     throws BadCommandLineException
Throws:
BadCommandLineException
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class Authenticator