Classes
 ClassDescription
 Identity Implementation of the identity component for Seam services.
Integrates with the server-side identity component of Seam.

The basic way of using it is by populating username/password and calling login :
      identity.username = 'john';
      identity.password = 'doe';
      identity.login();