com.sun.tools.ws.wscompile
Class AuthInfo

java.lang.Object
  extended by com.sun.tools.ws.wscompile.AuthInfo

public final class AuthInfo
extends Object

Represents authorization information needed by DefaultAuthenticator to authenticate wsimport to access the wsdl.


Constructor Summary
AuthInfo(URL url, String user, String password)
           
 
Method Summary
 String getPassword()
           
 String getUser()
           
 boolean matchingHost(URL requestingURL)
          Returns if the requesting host and port are associated with this AuthInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthInfo

public AuthInfo(@NotNull
                URL url,
                @NotNull
                String user,
                @NotNull
                String password)
Method Detail

getUser

public String getUser()

getPassword

public String getPassword()

matchingHost

public boolean matchingHost(@NotNull
                            URL requestingURL)
Returns if the requesting host and port are associated with this AuthInfo