Class Base64MD5PasswordFilePrincipalDatabase

  • All Implemented Interfaces:
    PrincipalDatabase

    public class Base64MD5PasswordFilePrincipalDatabase
    extends AbstractPasswordFilePrincipalDatabase<HashedUser>
    Represents a user database where the account information is stored in a simple flat file. The file is expected to be in the form: username:password username1:password1 ... usernamen:passwordn where a carriage return separates each username/password pair. Passwords are assumed to be in plain text.