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 TypeMethodDescriptionvoidUserDatabaseCallback.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 TypeClassDescriptionclassAbstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.classThis is a database that gets used if nothing else is available.classImplementation of UserDatabase that persistsDefaultUserProfileobjects to a JDBC DataSource, as might typically be provided by a web container.classManagesDefaultUserProfileobjects using XML files for persistence.Methods in org.apache.wiki.auth.user with parameters of type UserDatabaseModifier and TypeMethodDescriptionprotected static StringAbstractUserDatabase.generateUid(UserDatabase db) Generates a new random user identifier (uid) that is guaranteed to be unique.