public static class ExtensionFidoAuthenticationFactorSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
public ExtensionFidoAuthenticationFactorSettings.Builder attestation(ExtensionFidoAuthenticationFactorSettings.Attestation attestation)
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
attestation
- the value to setpublic ExtensionFidoAuthenticationFactorSettings.Builder authenticatorSelectionAttachment(ExtensionFidoAuthenticationFactorSettings.AuthenticatorSelectionAttachment authenticatorSelectionAttachment)
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
authenticatorSelectionAttachment
- the value to setpublic ExtensionFidoAuthenticationFactorSettings.Builder authenticatorSelectionUserVerification(ExtensionFidoAuthenticationFactorSettings.AuthenticatorSelectionUserVerification authenticatorSelectionUserVerification)
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
authenticatorSelectionUserVerification
- the value to setpublic ExtensionFidoAuthenticationFactorSettings.Builder authenticatorSelectionResidentKey(ExtensionFidoAuthenticationFactorSettings.AuthenticatorSelectionResidentKey authenticatorSelectionResidentKey)
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
authenticatorSelectionResidentKey
- the value to setpublic 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
timeout
- the value to setpublic 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
authenticatorSelectionRequireResidentKey
- the value to setpublic ExtensionFidoAuthenticationFactorSettings.Builder publicKeyTypes(List<ExtensionFidoAuthenticationFactorSettings.PublicKeyTypes> publicKeyTypes)
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
publicKeyTypes
- the value to setpublic 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
excludeCredentials
- the value to setpublic 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
domainValidationLevel
- the value to setpublic ExtensionFidoAuthenticationFactorSettings build()
public ExtensionFidoAuthenticationFactorSettings.Builder copy(ExtensionFidoAuthenticationFactorSettings model)
Copyright © 2016–2024. All rights reserved.