4.4 Session Tasks

Other topics are currently being developed.

4.4.1 Authenticating a Session

To authenticate a session, you must do the following:

  1. Get a context.
  2. Get the context's session.
  3. Create an Identity from the context's session.
  4. Use the Authenticator to log it in.

Code Sample:

The Java class LoginSession.java demonstrates how to authenticate a session.

Related Topics:

Related Reference Guide Topics: