Class WindowsIdentityProtectionConfiguration.Builder

    • Method Detail

      • enhancedAntiSpoofingForFacialFeaturesEnabled

        public WindowsIdentityProtectionConfiguration.Builder enhancedAntiSpoofingForFacialFeaturesEnabled​(Boolean enhancedAntiSpoofingForFacialFeaturesEnabled)
        “Boolean value used to enable enhanced anti-spoofing for facial feature recognition on Windows Hello face authentication.”
        Parameters:
        enhancedAntiSpoofingForFacialFeaturesEnabled - value of enhancedAntiSpoofingForFacialFeaturesEnabled property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinExpirationInDays

        public WindowsIdentityProtectionConfiguration.Builder pinExpirationInDays​(Integer pinExpirationInDays)
        “Integer value specifies the period (in days) that a PIN can be used before the system requires the user to change it. Valid values are 0 to 730 inclusive. Valid values 0 to 730”
        Parameters:
        pinExpirationInDays - value of pinExpirationInDays property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinLowercaseCharactersUsage

        public WindowsIdentityProtectionConfiguration.Builder pinLowercaseCharactersUsage​(ConfigurationUsage pinLowercaseCharactersUsage)
        “This value configures the use of lowercase characters in the Windows Hello for Business PIN.”
        Parameters:
        pinLowercaseCharactersUsage - value of pinLowercaseCharactersUsage property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinMaximumLength

        public WindowsIdentityProtectionConfiguration.Builder pinMaximumLength​(Integer pinMaximumLength)
        “Integer value that sets the maximum number of characters allowed for the work PIN. Valid values are 4 to 127 inclusive and greater than or equal to the value set for the minimum PIN. Valid values 4 to 127”
        Parameters:
        pinMaximumLength - value of pinMaximumLength property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinMinimumLength

        public WindowsIdentityProtectionConfiguration.Builder pinMinimumLength​(Integer pinMinimumLength)
        “Integer value that sets the minimum number of characters required for the Windows Hello for Business PIN. Valid values are 4 to 127 inclusive and less than or equal to the value set for the maximum PIN. Valid values 4 to 127”
        Parameters:
        pinMinimumLength - value of pinMinimumLength property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinPreviousBlockCount

        public WindowsIdentityProtectionConfiguration.Builder pinPreviousBlockCount​(Integer pinPreviousBlockCount)
        “Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset. Valid values 0 to 50”
        Parameters:
        pinPreviousBlockCount - value of pinPreviousBlockCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinRecoveryEnabled

        public WindowsIdentityProtectionConfiguration.Builder pinRecoveryEnabled​(Boolean pinRecoveryEnabled)
        “Boolean value that enables a user to change their PIN by using the Windows Hello for Business PIN recovery service.”
        Parameters:
        pinRecoveryEnabled - value of pinRecoveryEnabled property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinSpecialCharactersUsage

        public WindowsIdentityProtectionConfiguration.Builder pinSpecialCharactersUsage​(ConfigurationUsage pinSpecialCharactersUsage)
        “Controls the ability to use special characters in the Windows Hello for Business PIN.”
        Parameters:
        pinSpecialCharactersUsage - value of pinSpecialCharactersUsage property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pinUppercaseCharactersUsage

        public WindowsIdentityProtectionConfiguration.Builder pinUppercaseCharactersUsage​(ConfigurationUsage pinUppercaseCharactersUsage)
        “This value configures the use of uppercase characters in the Windows Hello for Business PIN.”
        Parameters:
        pinUppercaseCharactersUsage - value of pinUppercaseCharactersUsage property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • securityDeviceRequired

        public WindowsIdentityProtectionConfiguration.Builder securityDeviceRequired​(Boolean securityDeviceRequired)
        “Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM.”
        Parameters:
        securityDeviceRequired - value of securityDeviceRequired property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • unlockWithBiometricsEnabled

        public WindowsIdentityProtectionConfiguration.Builder unlockWithBiometricsEnabled​(Boolean unlockWithBiometricsEnabled)
        “Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN. If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures.”
        Parameters:
        unlockWithBiometricsEnabled - value of unlockWithBiometricsEnabled property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • useCertificatesForOnPremisesAuthEnabled

        public WindowsIdentityProtectionConfiguration.Builder useCertificatesForOnPremisesAuthEnabled​(Boolean useCertificatesForOnPremisesAuthEnabled)
        “Boolean value that enables Windows Hello for Business to use certificates to authenticate on-premise resources.”
        Parameters:
        useCertificatesForOnPremisesAuthEnabled - value of useCertificatesForOnPremisesAuthEnabled property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • useSecurityKeyForSignin

        public WindowsIdentityProtectionConfiguration.Builder useSecurityKeyForSignin​(Boolean useSecurityKeyForSignin)
        “Boolean value used to enable the Windows Hello security key as a logon credential.”
        Parameters:
        useSecurityKeyForSignin - value of useSecurityKeyForSignin property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • windowsHelloForBusinessBlocked

        public WindowsIdentityProtectionConfiguration.Builder windowsHelloForBusinessBlocked​(Boolean windowsHelloForBusinessBlocked)
        “Boolean value that blocks Windows Hello for Business as a method for signing into Windows.”
        Parameters:
        windowsHelloForBusinessBlocked - value of windowsHelloForBusinessBlocked property (as defined in service metadata)
        Returns:
        this (for method chaining)