Uses of Class
common.Account

Packages that use Account
network   
 

Uses of Account in network
 

Methods in network with parameters of type Account
abstract  void NetworkService.authenticateUser(Account account, String credentials)
          Sends user credentials to the Authentication Service in order to authenticate the user (necessary when the user logs in).