|
Class Summary |
| AbstractUserDatabase |
Abstract UserDatabase class that provides convenience methods for finding
profiles, building Principal collections and hashing passwords. |
| DefaultUserProfile |
Default implementation for representing wiki user information, such as the
login name, full name, wiki name, and e-mail address. |
| JDBCUserDatabase |
Implementation of UserDatabase that persists DefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web
container. |
| XMLUserDatabase |
Manages DefaultUserProfile objects using XML files for persistence. |