Package org.apache.catalina.users
Class SparseUserDatabase
java.lang.Object
org.apache.catalina.users.SparseUserDatabase
- All Implemented Interfaces:
- UserDatabase
- Direct Known Subclasses:
- DataSourceUserDatabase
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.catalina.UserDatabasebackgroundProcess, close, createGroup, createRole, createUser, findGroup, findRole, findUser, getGroups, getId, getRoles, getUsers, isAvailable, modifiedGroup, modifiedRole, modifiedUser, open, removeGroup, removeRole, removeUser, save
- 
Constructor Details- 
SparseUserDatabasepublic SparseUserDatabase()
 
- 
- 
Method Details- 
isSparsepublic boolean isSparse()Description copied from interface:UserDatabaseIs the database data loaded on demand. This is used to avoid eager loading of the full database data, for example for JMX registration of all objects.- Specified by:
- isSparsein interface- UserDatabase
- Returns:
- false
 
 
-