com.sun.tools.ws.wscompile
Class AuthInfo
java.lang.Object
com.sun.tools.ws.wscompile.AuthInfo
public final class AuthInfo
- extends java.lang.Object
Represents authorization information needed by DefaultAuthenticator to
authenticate wsimport to access the wsdl.
- Author:
- Vivek Pandey
|
Constructor Summary |
AuthInfo(java.net.URL url,
java.lang.String user,
java.lang.String password)
|
|
Method Summary |
java.lang.String |
getPassword()
|
java.lang.String |
getUser()
|
boolean |
matchingHost(java.net.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 |
AuthInfo
public AuthInfo(@NotNull
java.net.URL url,
@NotNull
java.lang.String user,
@NotNull
java.lang.String password)
getUser
public java.lang.String getUser()
getPassword
public java.lang.String getPassword()
matchingHost
public boolean matchingHost(@NotNull
java.net.URL requestingURL)
- Returns if the requesting host and port are associated with this
AuthInfo
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.