Class ExtensionFidoAuthenticationFactorSettings


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: v1")
    public final class ExtensionFidoAuthenticationFactorSettings
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
    Note: Objects should always be created or deserialized using the ExtensionFidoAuthenticationFactorSettings.Builder.

    This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the ExtensionFidoAuthenticationFactorSettings.Builder, which maintain a set of all explicitly set fields called ExtensionFidoAuthenticationFactorSettings.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).

    • Method Detail

      • getAttestation

        public ExtensionFidoAuthenticationFactorSettings.Attestation getAttestation()
        Attribute used to define the type of attestation required.

        *Added In:** 2009232244

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

        Returns:
        the value
      • getAuthenticatorSelectionAttachment

        public ExtensionFidoAuthenticationFactorSettings.AuthenticatorSelectionAttachment getAuthenticatorSelectionAttachment()
        Attribute used to define authenticator selection attachment.

        *Added In:** 2009232244

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

        Returns:
        the value
      • getAuthenticatorSelectionUserVerification

        public ExtensionFidoAuthenticationFactorSettings.AuthenticatorSelectionUserVerification getAuthenticatorSelectionUserVerification()
        Attribute used to define authenticator selection verification.

        *Added In:** 2009232244

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

        Returns:
        the value
      • getAuthenticatorSelectionResidentKey

        public ExtensionFidoAuthenticationFactorSettings.AuthenticatorSelectionResidentKey getAuthenticatorSelectionResidentKey()
        Attribute used to define authenticator selection resident key requirement.

        *Added In:** 2009232244

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

        Returns:
        the value
      • getTimeout

        public Integer getTimeout()
        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

        Returns:
        the value
      • getAuthenticatorSelectionRequireResidentKey

        public Boolean getAuthenticatorSelectionRequireResidentKey()
        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

        Returns:
        the value
      • getPublicKeyTypes

        public List<ExtensionFidoAuthenticationFactorSettings.PublicKeyTypes> getPublicKeyTypes()
        List of server supported public key algorithms

        *Added In:** 2009232244

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

        Returns:
        the value
      • getExcludeCredentials

        public Boolean getExcludeCredentials()
        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

        Returns:
        the value
      • getDomainValidationLevel

        public Integer getDomainValidationLevel()
        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

        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel