Package | Description |
---|---|
votorola.a.response |
Interfacing with users by command/response.
|
votorola.a.voter |
Providing user-specific facilities.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
Modifier and Type | Class and Description |
---|---|
static class |
CommandResponder.Session
A service session with a user.
|
Modifier and Type | Method and Description |
---|---|
AuthenticatedUser |
CommandResponder.Session.user() |
AuthenticatedUser |
CommandResponder.Session.userOrNobody() |
Modifier and Type | Method and Description |
---|---|
AuthenticatedUser |
ServiceSession.user()
The authenticated user, or null if the user is unauthenticated.
|
AuthenticatedUser |
ServiceSession.userOrNobody()
The authenticated user, or NOBODY if the user is
unauthenticated.
|
Modifier and Type | Class and Description |
---|---|
static class |
VSession.User
An authenticated Wicket user.
|