public enum BioAuthenticationState extends Enum<BioAuthenticationState>
Enum Constant and Description |
---|
ENABLED
Authentication with biometrics is enabled, the SDK will accept password null in authentication methods.
|
NOT_CAPABLE
The device has no biometric sensor, authentication with biometrics is not possible/
|
NOT_ENABLED
Authentication with biometrics is not enabled.
|
NOT_ENROLLED
The user did not enrolled biometric features at the device level, authentication with biometrics cannot be enabled.
|
Modifier and Type | Method and Description |
---|---|
static BioAuthenticationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BioAuthenticationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BioAuthenticationState ENABLED
public static final BioAuthenticationState NOT_ENABLED
public static final BioAuthenticationState NOT_CAPABLE
public static final BioAuthenticationState NOT_ENROLLED
public static BioAuthenticationState[] values()
for (BioAuthenticationState c : BioAuthenticationState.values()) System.out.println(c);
public static BioAuthenticationState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.