Uses of Class
com.toremote.gateway.connection.User

Packages that use User
com.toremote.gateway.client   
com.toremote.gateway.connection   
 

Uses of User in com.toremote.gateway.client
 

Methods in com.toremote.gateway.client that return User
 User SessionInformation.getUser()
           
 

Uses of User in com.toremote.gateway.connection
 

Fields in com.toremote.gateway.connection declared as User
protected  User[] AbstractUserList.users
           
 

Methods in com.toremote.gateway.connection that return User
 User AbstractUserList.getUserByName(java.lang.String name)
           
 User UserListInterface.getUserByName(java.lang.String name)
           
 User AbstractUserList.getUserByName(java.lang.String name, java.lang.String password)
           
 User UserListInterface.getUserByName(java.lang.String name, java.lang.String password)
           
 

Methods in com.toremote.gateway.connection with parameters of type User
abstract  boolean AbstractUserList.add(User c)
          add user, call persistent to save
 void UserListInterface.onLogin(User usr)
           
abstract  boolean AbstractUserList.update(User c)
          update user, call persistent to save