Uses of Interface
org.apache.wiki.auth.user.UserDatabase
Packages that use UserDatabase
Package
Description
Authentication, Authorization and the third A thing.
Provides the different login modules that JSPWiki uses.
-
Uses of UserDatabase in org.apache.wiki.auth
Methods in org.apache.wiki.auth that return UserDatabaseModifier and TypeMethodDescriptionDefaultUserManager.getUserDatabase()
Returns the UserDatabase employed by this Engine.UserManager.getUserDatabase()
Returns the UserDatabase employed by this Engine. -
Uses of UserDatabase in org.apache.wiki.auth.login
Methods in org.apache.wiki.auth.login that return UserDatabaseModifier and TypeMethodDescriptionUserDatabaseCallback.getUserDatabase()
Returns the user database object.Methods in org.apache.wiki.auth.login with parameters of type UserDatabaseModifier and TypeMethodDescriptionvoid
UserDatabaseCallback.setUserDatabase
(UserDatabase database) Sets the user database. -
Uses of UserDatabase in org.apache.wiki.auth.user
Classes in org.apache.wiki.auth.user that implement UserDatabaseModifier and TypeClassDescriptionclass
Abstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.class
This is a database that gets used if nothing else is available.class
Implementation of UserDatabase that persistsDefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web container.class
ManagesDefaultUserProfile
objects using XML files for persistence.Methods in org.apache.wiki.auth.user with parameters of type UserDatabaseModifier and TypeMethodDescriptionprotected static String
AbstractUserDatabase.generateUid
(UserDatabase db) Generates a new random user identifier (uid) that is guaranteed to be unique.