Package apple.localauthentication.enums
Class LACredentialType
- java.lang.Object
-
- apple.localauthentication.enums.LACredentialType
-
public final class LACredentialType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longApplicationPasswordPassword provided by application If not set, LocalAuthentication will ask for the password when necessary.static longSmartCardPINSmart card PIN provided by application If not set, LocalAuthentication will ask users for the smart card PIN when necessary.
-
-
-
Field Detail
-
ApplicationPassword
public static final long ApplicationPassword
Password provided by application 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.- See Also:
- Constant Field Values
-
SmartCardPIN
public static final long SmartCardPIN
Smart card PIN provided by application 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.- See Also:
- Constant Field Values
-
-