com.sun.tools.ws.wscompile
Class AuthInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthInfo
public AuthInfo(@NotNull
URL url,
@NotNull
String user,
@NotNull
String password)
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