Uses of Class
org.apache.wiki.auth.user.AbstractUserDatabase
Packages that use AbstractUserDatabase
-
Uses of AbstractUserDatabase in org.apache.wiki.auth.user
Subclasses of AbstractUserDatabase in org.apache.wiki.auth.userModifier and TypeClassDescriptionclass
This is a database that gets used if nothing else is available.class
Implementation of UserDatabase that persistsDefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web container.class
ManagesDefaultUserProfile
objects using XML files for persistence.