cafe.fingerprintauthentication
Interface Fingerprint
- All Known Implementing Classes:
- FingerprintAuthentication
public interface Fingerprint
This is the interface other components of program use to communicate with
FingerprintAuthentication.
- Since:
- 1.0
Parts made by Veli-Pekka Kestilä(vpk) Copyright(C) Veli-Pekka Kestilä
And are lisenced under LGPL accordin the agreement between copyright holder
and Unversity of Helsinki.
Parts made by others Copyright(C) University of Helsinki
Following notice currently only concerns parts written by Veli-Pekka Kestilä.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Version:
- 1.0
- Author:
- vpk
Method Summary |
void |
addFingerprint(FPData data)
Method takes FPData -object as a parameter and adds it to
the cache of fingerprints. |
boolean |
deleteFingerprint(int id)
Method takes id as parameter. |
deleteFingerprint
boolean deleteFingerprint(int id)
- Method takes
id
as parameter. And deletes this fingerprint
from internal cache.
- Parameters:
id
- Id of the fingerprint which should be deleted.
addFingerprint
void addFingerprint(FPData data)
- Method takes
FPData
-object as a parameter and adds it to
the cache of fingerprints.
- Parameters:
data
- Fingerprint authentication information.