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 TypeClassDescriptionclassThis is a database that gets used if nothing else is available.classImplementation of UserDatabase that persistsDefaultUserProfileobjects to a JDBC DataSource, as might typically be provided by a web container.classManagesDefaultUserProfileobjects using XML files for persistence.