Uses of Class
org.apache.wiki.auth.user.AbstractUserDatabase

Packages that use AbstractUserDatabase
org.apache.wiki.auth Authentication, Authorization and the third A thing. 
org.apache.wiki.auth.user   
 

Uses of AbstractUserDatabase in org.apache.wiki.auth
 

Subclasses of AbstractUserDatabase in org.apache.wiki.auth
static class UserManager.DummyUserDatabase
          This is a database that gets used if nothing else is available.
 

Uses of AbstractUserDatabase in org.apache.wiki.auth.user
 

Subclasses of AbstractUserDatabase in org.apache.wiki.auth.user
 class JDBCUserDatabase
           Implementation of UserDatabase that persists DefaultUserProfile objects to a JDBC DataSource, as might typically be provided by a web container.
 class XMLUserDatabase
          Manages DefaultUserProfile objects using XML files for persistence.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.