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 TypeClassDescriptionclassImplementation of GroupDatabase that persistsGroupobjects to a JDBC DataSource, as might typically be provided by a web container.classGroupDatabase 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 externalGroupDatabasein use.GroupManager.getGroupDatabase()Returns the current externalGroupDatabasein use.