Class LACredentialType


  • public final class LACredentialType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ApplicationPassword
      Password provided by application If not set, LocalAuthentication will ask for the password when necessary.
      static long SmartCardPIN
      Smart card PIN provided by application If not set, LocalAuthentication will ask users for the smart card PIN when necessary.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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