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 java.net.Authenticator

Author:
Vivek Pandey

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

DefaultAuthenticator

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

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class java.net.Authenticator


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.