Interface | Description |
---|---|
AuthenticatedUser |
A user whose identity is assured.
|
ServiceSession |
A session between a user and a running service.
|
VoterPage |
A page that is navigable by user.
|
Class | Description |
---|---|
ActivityEvent |
A recorded atom of user, administrative or system activity,
that would be of general interest to users.
|
ActivityList |
A rolling list of activity events, beginning with the most recent.
|
ActivityList.TL |
An activity list that allows for thread-safe logging.
|
IDPair |
A user identifier in two forms: email address and mailish username.
|
IDPairConverter |
A Wicket I/O converter of ID pairs.
|
UserSettings |
A user's service preferences and other settings backed by a row of the vote-server's
user-settings table.
|
UserSettings.Table |
The user-settings table of a vote-server, storing the settings in relational form.
|
VoterPage.SessionScope |
Session scope for instances of VoterPage.
|
VoterPage.U |
Voter page utilities.
|
Providing user-specific facilities.