Class GUILoginDialog

  • All Implemented Interfaces:
    LoginDialog

    public final class GUILoginDialog
    extends Object
    implements LoginDialog
    An implementation of a LoginDialog that presents a swing based GUI for querying username and password.
    Author:
    Harish Prabandham, Harpreet Singh
    • Constructor Detail

      • GUILoginDialog

        public GUILoginDialog()
      • GUILoginDialog

        public GUILoginDialog​(String entity)
      • GUILoginDialog

        public GUILoginDialog​(String entity,
                              Callback[] callbacks)
    • Method Detail

      • getPassword

        public final char[] getPassword()
        Specified by:
        getPassword in interface LoginDialog
        Returns:
        The password of the user in plain text...