Interface InteractiveUserInfo

All Known Implementing Classes:
ConsoleInteractiveUserInfo, NullInteractiveUserInfo

public interface InteractiveUserInfo
Interactive part for UserInfo
Since:
Sep 12, 2005
Author:
Juan F. Codagnone
See Also:
  • UserInfo
  • Field Details

    • ROLE

      static final String ROLE
  • Method Details

    • promptYesNo

      boolean promptYesNo(String message)
    • showMessage

      void showMessage(String message)
    • promptPassword

      String promptPassword(String message)
    • promptPassphrase

      String promptPassphrase(String message)