Other topics are currently being developed.
4.4.1 Authenticating a Session
To authenticate a session, you must do the following:
- Get a context.
- Get the context's session.
- Create an Identity from the context's session.
- 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: