Package org.hackystat.sensorbase.resource.users

Provides the Users and User resource implementations.

See:
          Description

Class Summary
PasswordGenerator Provides a static function for generating new, unique passwords.
TestPasswordGenerator Simple test for the Password Generator.
TestUsersRestApi Tests the SensorBase REST API for Users and User resources.
UserManager Manages access to the User resources.
UserResource Implements a Restlet Resource for manipulating individual User resources.
UsersResource Implements a Restlet Resource representing an index of Hackystat Users.
 

Package org.hackystat.sensorbase.resource.users Description

Provides the Users and User resource implementations. The Users resource returns an index of all User resources. The User resource returns a representation of an individual User.