Interface LoginDialog

All Known Implementing Classes:
GUILoginDialog, TextLoginDialog

public interface LoginDialog
LoginManager needs implementations of this class for accessing the username and passwords. Implementations of LoginDialog can use either character based terminal, GUI, or any other form of querying to get hold of the username invalid input: '&' password from the user.
Author:
Harish Prabandham
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
     
     
  • Method Details

    • getUserName

      String getUserName()
      Returns:
      The username of the user.
    • getPassword

      char[] getPassword()
      Returns:
      The password of the user in plain text...