See: Description
Class | Description |
---|---|
FachRefRealm |
Realm used by apache shiro framework.
|
RolePermission |
Plain old java object holding the roles and the related permissions.
|
RolePermissionDAO |
DAO for retrieving permissions.
|
SaltedAuthInfo |
Holding salted authentication information.
|
User |
Plain old java object holding the user with their password and salt.
|
UserDAO |
DAO for retrieving users, roles and permissions.
|
UserDefineServlet |
Saves the user properties file to disk.
|
UserLoggingServlet |
Controls all the user logging processes, sends errors as xml to be displayed
via XSLT.
|
UserPasswordChangeServlet |
Registers new users to the databse
|
UserRegistrationServlet |
Registers new users to the databse
|
UserRole |
Plain old java object holding the user connected roles with the corresponding
email.
|
UserRoleDAO |
DAO for retrieving user roles.
|