Uses of Class
GWTApplication.client.UserAuthenticationFailedException

Packages that use UserAuthenticationFailedException
GWTApplication.client   
GWTApplication.server   
 

Uses of UserAuthenticationFailedException in GWTApplication.client
 

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

Uses of UserAuthenticationFailedException in GWTApplication.server
 

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