matches(String login, String password) Tests if the login and password provided matches the login/password of this
object.
Parameters: login - a user name. Parameters: password - a password.
Creates a new AbstractDatabaseUser instance. The caller must
ensure that the parameters are not null.
Parameters: login - the user name. Parameters: password - the password.
Two AbstractDatabaseUser are equals if both objects have
same login & password.
Parameters: other - the object to compare with. true if both objects have same login & password.
Tests if the login and password provided matches the login/password of this
object.
Parameters: login - a user name. Parameters: password - a password. true if it matches this object's login/password.