Class SparseUserDatabase

java.lang.Object
org.apache.catalina.users.SparseUserDatabase
All Implemented Interfaces:
UserDatabase
Direct Known Subclasses:
DataSourceUserDatabase

public abstract class SparseUserDatabase extends Object implements UserDatabase
  • Constructor Details

    • SparseUserDatabase

      public SparseUserDatabase()
  • Method Details

    • isSparse

      public boolean isSparse()
      Description copied from interface: UserDatabase
      Is 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:
      isSparse in interface UserDatabase
      Returns:
      false