public class BioFingerprintAuthService extends java.lang.Object implements AuthService
| Modifier and Type | Method and Description | 
|---|---|
static BioFingerprintAuthService | 
create(AuthenticationModule module)  | 
BioFingerprintAuthMode | 
getAuthMode()
Get authentication mode reference corresponding to this service. 
 | 
BioFingerprintContainer | 
getBioFingerprintContainer()
Get instance or BioFingerprintContainer which will be used for fingerprint verification. 
 | 
boolean | 
isConfigured()
Indicates if the authentication mode is configured and ready for use. 
 | 
boolean | 
isSupported()
Indicates if the authentication mode is supported by the hardware. 
 | 
public static BioFingerprintAuthService create(AuthenticationModule module)
public BioFingerprintAuthMode getAuthMode()
getAuthMode in interface AuthServicepublic boolean isSupported()
isSupported in interface AuthServicepublic boolean isConfigured()
isConfigured in interface AuthServicepublic BioFingerprintContainer getBioFingerprintContainer()