Class LoginLocalFolderPanel

    • Method Detail

      • refreshStoredCredentialsTable

        public void refreshStoredCredentialsTable()
        Refreshes the table of stored credentials by finding *.enc files in the directory specified as the Cockpit home folder.
      • getHomeFolder

        public File getHomeFolder()
        Returns:
        the folder chosen by the user as their Cockpit home.
      • getCredentialsFile

        public File getCredentialsFile()
        Returns:
        the credentials encrypted file chosen by the user.
      • getPassword

        public String getPassword()
        Returns:
        the password the user provided to unlock their encrypted credentials file.
      • clearPassword

        public void clearPassword()
        Clears the user-provided password field.