added doc

This commit is contained in:
Adrian Cole 2012-02-05 23:08:46 -08:00
parent d38e1f43dd
commit 47ade5a429
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Sets;
/**
* Login Session
* Returns a representation of the current session that can serve as a single entry point to the
* system, as it provides user, admin, and extension (sysadmin) entry links depending on the
* privileges of the current user.
*
* @author Adrian Cole
*/