Uses of Interface
org.apache.wiki.auth.authorize.GroupDatabase
-
Packages that use GroupDatabase Package Description org.apache.wiki.auth.authorize Authorizer implementation. -
-
Uses of GroupDatabase in org.apache.wiki.auth.authorize
Classes in org.apache.wiki.auth.authorize that implement GroupDatabase Modifier and Type Class Description classJDBCGroupDatabaseImplementation of GroupDatabase that persistsGroupobjects to a JDBC DataSource, as might typically be provided by a web container.classXMLGroupDatabaseGroupDatabase implementation for loading, persisting and storing wiki groups, using an XML file for persistence.Methods in org.apache.wiki.auth.authorize that return GroupDatabase Modifier and Type Method Description GroupDatabaseDefaultGroupManager. getGroupDatabase()Returns the current externalGroupDatabasein use.GroupDatabaseGroupManager. getGroupDatabase()Returns the current externalGroupDatabasein use.
-