Uses of Class
sav.z.User

Uses of User in sav.z
 

Methods in sav.z that return User
 User Session.user()
          Returns User, registered through the Session.login(User).
 

Methods in sav.z with parameters of type User
 int Session.login(User user)
          Registers a user and determines User's access that is defined in the current Session's database.