Class LoginPassphrasePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LoginPassphrasePanel extends JPanel
A panel for prompting a user to provide a passphrase and password used to store or access their credentials in a storage service.
Author:
James Murty
See Also:
  • Constructor Details

  • Method Details

    • getPassphrase

      public String getPassphrase()
      Returns:
      the passphrase provided by the user (may be an empty string)
    • getPassword

      public String getPassword()
      Returns:
      the password provided by the user (may be an empty string)