Uses of Interface
com.ecyrd.jspwiki.auth.authorize.GroupDatabase

Packages that use GroupDatabase
com.ecyrd.jspwiki.auth.authorize Authorizer implementation. 
 

Uses of GroupDatabase in com.ecyrd.jspwiki.auth.authorize
 

Classes in com.ecyrd.jspwiki.auth.authorize that implement GroupDatabase
 class JDBCGroupDatabase
           Implementation of GroupDatabase that persists Group objects to a JDBC DataSource, as might typically be provided by a web container.
 class XMLGroupDatabase
           GroupDatabase implementation for loading, persisting and storing wiki groups, using an XML file for persistence.
 

Methods in com.ecyrd.jspwiki.auth.authorize that return GroupDatabase
 GroupDatabase GroupManager.getGroupDatabase()
          Returns the current external GroupDatabase in use.