Package org.apache.wiki.auth.user
package org.apache.wiki.auth.user
Package Specification
Related Documentation
-
ClassDescriptionAbstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.Default implementation for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.This is a database that gets used if nothing else is available.Exception indicating that an identical user already exists in the user database.Implementation of UserDatabase that persists
DefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web container.Defines an interface for loading, persisting and storing users.Class for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.ManagesDefaultUserProfile
objects using XML files for persistence.