| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserDatabase | |
|---|---|
| org.apache.wiki.auth | Authentication, Authorization and the third A thing. | 
| org.apache.wiki.auth.login | Provides the different login modules that JSPWiki uses. | 
| org.apache.wiki.auth.user | |
| Uses of UserDatabase in org.apache.wiki.auth | 
|---|
| Classes in org.apache.wiki.auth that implement UserDatabase | |
|---|---|
| static class | UserManager.DummyUserDatabaseThis is a database that gets used if nothing else is available. | 
| Methods in org.apache.wiki.auth that return UserDatabase | |
|---|---|
|  UserDatabase | UserManager.getUserDatabase()Returns the UserDatabase employed by this WikiEngine. | 
| Uses of UserDatabase in org.apache.wiki.auth.login | 
|---|
| Methods in org.apache.wiki.auth.login that return UserDatabase | |
|---|---|
|  UserDatabase | UserDatabaseCallback.getUserDatabase()Returns the user database object. | 
| Methods in org.apache.wiki.auth.login with parameters of type UserDatabase | |
|---|---|
|  void | 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 UserDatabase | |
|---|---|
|  class | AbstractUserDatabaseAbstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords. | 
|  class | JDBCUserDatabaseImplementation of UserDatabase that persists DefaultUserProfileobjects to a JDBC DataSource, as might typically be provided by a web
 container. | 
|  class | XMLUserDatabaseManages DefaultUserProfileobjects using XML files for persistence. | 
| Methods in org.apache.wiki.auth.user with parameters of type UserDatabase | |
|---|---|
| protected static String | AbstractUserDatabase.generateUid(UserDatabase db)Generates a new random user identifier (uid) that is guaranteed to be unique. | 
| protected static UserProfile | DefaultUserProfile.newProfile(UserDatabase db)Static factory method that creates a new DefaultUserProfile and sets a unique identifier (uid) for the supplied UserDatabase. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||