Uses of Class
GWTApplication.client.AuthenticationDetails

Packages that use AuthenticationDetails
GWTApplication.client   
GWTApplication.server   
 

Uses of AuthenticationDetails in GWTApplication.client
 

Fields in GWTApplication.client declared as AuthenticationDetails
protected  AuthenticationDetails FaultAddition.userAuthentication
          The details of the user authentication
private  AuthenticationDetails UpdateFaultSubscriptionListener.UserAuthentication
          The authentication details of the user
private  AuthenticationDetails Main.UserAuthentication
          Contains the details of the authentication which was performed by the user.
private  AuthenticationDetails ChangePasswordListener.UserAuthentication
          The authentication details of the user
private  AuthenticationDetails SearchResultFormatter.UserAuthentication
          Contains the authentication data which is associated with the current user
protected  AuthenticationDetails FaultDBForm.UserAuthentication
          This is the user authentication details which were provided by the user
private  AuthenticationDetails LoginPanel.UserAuthentication
          This is the authentication data which is associated with the user which will be returned by the sevlet once the user has authenticated himself.
 

Methods in GWTApplication.client that return AuthenticationDetails
 AuthenticationDetails FaultService.authenticateUser(java.lang.String UserIdentifier, java.lang.String Password)
           
 

Methods in GWTApplication.client with parameters of type AuthenticationDetails
 java.util.ArrayList FaultService.getSubscribedFaults(AuthenticationDetails authenticationDetails, java.lang.String locale)
          This is used to get a list of the faults which the user specified is subscribed to
 void FaultServiceAsync.getSubscribedFaults(AuthenticationDetails authenticationDetails, java.lang.String locale, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void FaultService.updateFaultSubscriptionList(AuthenticationDetails authenticationDetails, java.util.HashMap newSubscriptionStatuses)
           
 void FaultServiceAsync.updateFaultSubscriptionList(AuthenticationDetails authenticationDetails, java.util.HashMap newSubscriptionStatuses, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void Main.userLoggedIn(AuthenticationDetails UserAuthentication)
          This implements the expected interface of the login listener which will be called when the user logs onto the system for the first time.
 void FDBLoginListener.userLoggedIn(AuthenticationDetails UserAuthentication)
          Called when a user authenticates himself against the system and was successful.
 

Constructors in GWTApplication.client with parameters of type AuthenticationDetails
ChangePasswordListener(AuthenticationDetails UserAuthentication)
          Constructor
FaultAddition(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault addition tab in the modify fault form
FaultComment(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault comment tab in the modify fault form
FaultSolution(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault solution tab in the modify fault form
FaultWorkAround(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault workaround tab in the modify fault form
ManageSystem(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication)
          This is used to create the panel which will be used by the manager of the system to manage the data
ModifyFault(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, com.google.gwt.user.client.ui.TabPanel FaultContainerPanel, AuthenticationDetails UserAuthentication, com.google.gwt.user.client.ui.TabPanel MainTabPanel)
          This is used to create the form which will be used to enter the modify the details of the fault.
ModifyFaultSubscriptionListDialog(FaultServiceAsync svc, AuthenticationDetails authenticationDetails)
          Constructor
ModifyFormPanel(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication)
           
NewFaultForm(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication)
          This is used to create the form which will be used to enter the details of a new fault.
QuickViewReport(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, ModifyFormPanel ModifyFormPage, AuthenticationDetails UserAuthentication, FaultUpdateMonitor faultUpdateMonitor)
          This is used to create the panel which is used to generate reports for the user on request.
SearchForm(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication, ModifyFormPanel ModifyFormPage, FaultUpdateMonitor faultUpdateMonitor)
          This is used to create the form which will be used to enter the details of a search.
SearchResultFormatter(com.google.gwt.user.client.ui.FlexTable resultsTable, ModifyFormPanel modifyFormPage, AuthenticationDetails UserAuthentication, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, FaultUpdateMonitor faultUpdateMonitor)
          Constructor for the class
UpdateFaultSubscriptionListener(AuthenticationDetails UserAuthentication)
          Constructor
 

Uses of AuthenticationDetails in GWTApplication.server
 

Methods in GWTApplication.server that return AuthenticationDetails
 AuthenticationDetails FaultServiceImpl.authenticateUser(java.lang.String UserIdentifier, java.lang.String Password)
          This operation will be used to authenticate the user.
 

Methods in GWTApplication.server with parameters of type AuthenticationDetails
 java.util.ArrayList FaultServiceImpl.getSubscribedFaults(AuthenticationDetails authenticationDetails, java.lang.String locale)
          This is used to get a list of the faults which the user specified is subscribed to
 void FaultServiceImpl.updateFaultSubscriptionList(AuthenticationDetails authenticationDetails, java.util.HashMap newSubscriptionStatuses)
          Will update the list of faults which a user is subscribed to.