com.highqsoft.fwk.dialog

Class FwkAuthenticationDialogPaneValue

    • Constructor Detail

      • FwkAuthenticationDialogPaneValue

        public FwkAuthenticationDialogPaneValue()
        The default constructore.
      • FwkAuthenticationDialogPaneValue

        public FwkAuthenticationDialogPaneValue(java.lang.String ident,
                                        java.lang.String username)
        The constructor that receives the initial username.
        Parameters:
        username - The intial username.
      • FwkAuthenticationDialogPaneValue

        public FwkAuthenticationDialogPaneValue(java.lang.String ident,
                                        java.lang.String username,
                                        java.lang.String password)
        The constructor that receives the initial password and username.
        Parameters:
        ident - A name to distinguish two or more identical panes within one dialog.
        username - The intial username.
        password - The intial password.
    • Method Detail

      • setUsername

        public void setUsername(java.lang.String username)
        Set the username.
        Parameters:
        username - The new username.
      • setPassword

        public void setPassword(java.lang.String password)
        Set the password.
        Parameters:
        password - The new password.
      • getUsername

        public java.lang.String getUsername()
        Get the username.
        Returns:
        The current username.
      • getPassword

        public java.lang.String getPassword()
        Get the password.
        Returns:
        The current password.