Package 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 bycom.sun.tools.ws.wscompile.DefaultAuthenticatorto authenticate wsimport to access the wsdl.- Author:
- Vivek Pandey
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetUser()booleanmatchingHost(URL requestingURL)Returns if the requesting host and port are associated with thisAuthInfo
-