Class AuthInfo


  • public final class AuthInfo
    extends Object
    Represents authorization information needed by DefaultAuthenticator to authenticate wsimport to access the wsdl.
    Author:
    Vivek Pandey
    • 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