Field Summary |
|
protected HashMap | groups The set of
Group s defined in this database, keyed by
group name. |
protected String | id The unique global identifier of this user database. |
protected String | pathname The relative (to catalina.base ) or absolute pathname to
the XML file in which we will save our persistent information. |
protected String | pathnameNew The relative or absolute pathname ot the file in which we write
our new information prior to renaming. |
protected String | pathnameOld The relative or absolute pathname to the file in which our old
information is stored while renaming is in progress. |
protected HashMap | roles The set of
Role s defined in this database, keyed by
role name. |
protected HashMap | users The set of
User s defined in this database, keyed by
user name. |