Class PasswordAttribute

    • Method Detail

      • getPassword

        public char[] getPassword()
        Get the password contained by this attribute. If the password hasn't been set, then open a dialog and wait for the user to set the password.
        Returns:
        A copy of the password.
        See Also:
        setPassword(char[])
      • setPassword

        public void setPassword​(char[] password)
        Set the password contained by this attribute.
        Parameters:
        password - The password.
        See Also:
        getPassword()