Interface PrometheusSecurityDialogController

All Known Implementing Classes:
PrometheusSecurityDefaultDialog

public interface PrometheusSecurityDialogController
Dialogue Controller class.
  • Method Details

    • createTheDialog

      void createTheDialog(String pTitle, boolean pNeedConfirm)
      Create the dialog.
      Parameters:
      pTitle - the title
      pNeedConfirm - true/false
    • showTheDialog

      boolean showTheDialog()
      Show the dialog under an invokeAndWait clause.
      Returns:
      successful dialog usage true/false
    • showTheSpinner

      void showTheSpinner(boolean pShow)
      Show the spinner.
      Parameters:
      pShow - show spinner true/false
    • releaseDialog

      void releaseDialog()
      Release dialog.
    • getPassword

      char[] getPassword()
      Obtain the password.
      Returns:
      the password
    • reportBadPassword

      void reportBadPassword(String pError)
      report bad password.
      Parameters:
      pError - the error