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.
Author:
Vivek Pandey
  • Constructor Details

    • AuthInfo

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

    • 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