Class LoginDialog


  • public class LoginDialog
    extends CredentialsDialog
    the login dialog
    Author:
    saatsch
    • Constructor Detail

      • LoginDialog

        public LoginDialog​(org.eclipse.swt.widgets.Shell parent)
    • Method Detail

      • open

        public java.util.Optional<Credentials> open()
        Open the dialog.
        Returns:
        the entered credentials, or empty if no credentials where provided (e.g. in case dialog was closed).