Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

nui::TUserAuthenticationDialog Class Reference

User authentication dialog class. More...

Inheritance diagram for nui::TUserAuthenticationDialog:

nui::TAbstractDialog List of all members.

Public Methods

 TUserAuthenticationDialog (IResourceSupplier tRESOURCE_SUPPLIER, IAuthenticator tAUTHENTICATOR)
 TUserAuthenticationDialog (IResourceSupplier tRESOURCE_SUPPLIER, IAuthenticator tAUTHENTICATOR, String yDEFAULT_USER_NAME)
void actionPerformed (ActionEvent tACTION_EVENT)
void initialize ()
 Initializes dialog.

String getName ()
String getPassword ()
boolean isAuthentic ()

Detailed Description

User authentication dialog class.

Definition at line 46 of file TUserAuthenticationDialog.java.


Constructor & Destructor Documentation

nui::TUserAuthenticationDialog::TUserAuthenticationDialog IResourceSupplier    tRESOURCE_SUPPLIER,
IAuthenticator    tAUTHENTICATOR
[inline]
 

Builds a new instance.

Parameters:
tRESOURCE_SUPPLIER  Resource supplier for strings.
tAUTHENTICATOR  Authenticator.

Definition at line 119 of file TUserAuthenticationDialog.java.

References nui::TAbstractDialog::tMainPanel.

nui::TUserAuthenticationDialog::TUserAuthenticationDialog IResourceSupplier    tRESOURCE_SUPPLIER,
IAuthenticator    tAUTHENTICATOR,
String    yDEFAULT_USER_NAME
[inline]
 

Builds a new instance.

Parameters:
tRESOURCE_SUPPLIER  Resource bundle for strings.
tAUTHENTICATOR  Authenticator.
yDEFAULT_USER_NAME  Default user name (can be empty).

Definition at line 138 of file TUserAuthenticationDialog.java.

References nui::TAbstractDialog::tMainPanel.


Member Function Documentation

void nui::TUserAuthenticationDialog::actionPerformed ActionEvent    tACTION_EVENT [inline]
 

Invoked when an action occurs.

Parameters:
tACTION_EVENT  The action event.

Definition at line 156 of file TUserAuthenticationDialog.java.

String nui::TUserAuthenticationDialog::getName void    [inline]
 

Gets user authenticated name.

Returns:
The user name. If the user has not been authenticated then it returns NULL.

Definition at line 299 of file TUserAuthenticationDialog.java.

String nui::TUserAuthenticationDialog::getPassword   [inline]
 

Gets user authenticated password.

Returns:
The user password. If the user has not been authenticated then it returns NULL.

Definition at line 309 of file TUserAuthenticationDialog.java.

boolean nui::TUserAuthenticationDialog::isAuthentic   [inline]
 

Tells if the user has been authenticated.

Returns:
True if the user has been authenticated.

Definition at line 318 of file TUserAuthenticationDialog.java.


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:27 2003 for MPCL by doxygen1.2.18