Class LocalUsers

java.lang.Object
no.polaric.core.auth.LocalUsers
All Implemented Interfaces:
UserDb, ServerConfig.UserDb

public class LocalUsers extends Object implements UserDb
User info stored locally in a file. Saved to file periodically. Stores instances of the User class (subclassed here). Note that password-hashes are stored in a separate file.