public final class LACredentialType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ApplicationPassword
Password provided by application
|
static long |
SmartCardPIN
Smart card PIN provided by application
|
public static final long ApplicationPassword
If not set, LocalAuthentication will ask for the password when necessary. It will use its own user interface depending on the evaluated policy or ACL. Applications can provide the password using the setCredential method. In such case, LocalAuthentication will not show password entry user interface. When entered from the LocalAuthentication user interface, the password is stored as UTF-8 encoded string.
public static final long SmartCardPIN
If not set, LocalAuthentication will ask users for the smart card PIN when necessary. Applications can provide the PIN using setCredential method. In such case, LocalAuthentication will not show the smart card PIN user interface. When entered from the LocalAuthentication user interface, the PIN is stored as UTF-8 encoded string.