Class ExtensionFidoAuthenticationFactorSettings.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeout

        public ExtensionFidoAuthenticationFactorSettings.Builder timeout​(Integer timeout)
        Timeout for the fido authentication to complete

        *Added In:** 2009232244

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - idcsMaxValue: 600000 - idcsMinValue: 10000 - required: true - returned: default - type: integer - uniqueness: none

        Parameters:
        timeout - the value to set
        Returns:
        this builder
      • authenticatorSelectionRequireResidentKey

        public ExtensionFidoAuthenticationFactorSettings.Builder authenticatorSelectionRequireResidentKey​(Boolean authenticatorSelectionRequireResidentKey)
        Flag used to indicate authenticator selection is required or not

        *Added In:** 2009232244

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none

        Parameters:
        authenticatorSelectionRequireResidentKey - the value to set
        Returns:
        this builder
      • excludeCredentials

        public ExtensionFidoAuthenticationFactorSettings.Builder excludeCredentials​(Boolean excludeCredentials)
        Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator

        *Added In:** 2009232244

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none

        Parameters:
        excludeCredentials - the value to set
        Returns:
        this builder
      • domainValidationLevel

        public ExtensionFidoAuthenticationFactorSettings.Builder domainValidationLevel​(Integer domainValidationLevel)
        Number of domain levels Oracle Identity Cloud Service should use for origin comparision

        *Added In:** 2109020413

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - idcsMaxValue: 2 - idcsMinValue: 0 - required: false - returned: default - type: integer - uniqueness: none

        Parameters:
        domainValidationLevel - the value to set
        Returns:
        this builder