From 45dc821b3a72846712e7ee19a052cbc9b36f6e47 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 29 Oct 2008 15:47:15 +0000 Subject: [PATCH] Update use cases Less implementation details, more use casing. --- README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README b/README index 3e84608..58a09c0 100644 --- a/README +++ b/README @@ -14,15 +14,20 @@ API use cases ============= - User wants to use the fingerprint reader, and enroll - his fingerprints + his fingerprints, or remove some fingerprints from the database -- Administrator wants to enroll fingerprints for a particular user +- Administrator wants to enroll fingerprints for a particular user, + or remove fingerprints for a particular user - Laptop/desktop authentication: - * pam module wants to check whether a particular user - has any fingerprints enrolled - * pam module wants to ask a user to verify a fingerprint + * Check for fingerprint devices + * Check whether a particular user has any fingerprints enrolled + * Verify a fingerprint for a particular user, or, if the device + supports it, verify that the fingerprint matches against + any of the fingerprints enrolled -- Point Of Sale authentication: +- Point Of Sale authentication (in a bar, the fingerprint reader is + used to see who accesses a particular point of sale/till, in place + of PIN code authentication and/or tokens) * Given a list of users, verify which one has scanned their finger