Uses of Interface
org.apache.wiki.auth.authorize.GroupDatabase
Packages that use GroupDatabase
-
Uses of GroupDatabase in org.apache.wiki.auth.authorize
Classes in org.apache.wiki.auth.authorize that implement GroupDatabaseModifier and TypeClassDescriptionclass
Implementation of GroupDatabase that persistsGroup
objects to a JDBC DataSource, as might typically be provided by a web container.class
GroupDatabase implementation for loading, persisting and storing wiki groups, using an XML file for persistence.Methods in org.apache.wiki.auth.authorize that return GroupDatabaseModifier and TypeMethodDescriptionDefaultGroupManager.getGroupDatabase()
Returns the current externalGroupDatabase
in use.GroupManager.getGroupDatabase()
Returns the current externalGroupDatabase
in use.