Class UsernamePasswordCredentials

    • Constructor Detail

      • UsernamePasswordCredentials

        @Deprecated
        public UsernamePasswordCredentials​(String usernamePassword)
        Deprecated.
        (4.5) will be replaced with String, char[] in 5.0
        The constructor with the username and password combined string argument.
        Parameters:
        usernamePassword - the username:password formed string
        See Also:
        toString()
      • UsernamePasswordCredentials

        public UsernamePasswordCredentials​(String userName,
                                           String password)
        The constructor with the username and password arguments.
        Parameters:
        userName - the user name
        password - the password