Class WebAuthnMultifactorAttestationTrustSourceProperties

java.lang.Object
org.apereo.cas.configuration.model.support.mfa.webauthn.WebAuthnMultifactorAttestationTrustSourceProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-webauthn") public class WebAuthnMultifactorAttestationTrustSourceProperties extends Object implements Serializable
Since:
7.0.0
See Also:
  • Constructor Details

    • WebAuthnMultifactorAttestationTrustSourceProperties

      public WebAuthnMultifactorAttestationTrustSourceProperties()
  • Method Details

    • getTrustedDeviceMetadata

      public SpringResourceProperties getTrustedDeviceMetadata()
      Trusted device metadata to contain trusted attestation root certificates to pre-seed the metadata service.
    • getFido

      The FIDO Alliance Metadata Service (MDS) is a centralized repository of the Metadata Statement that is used by the relying parties to validate authenticator attestation and prove the genuineness of the device model. MDS also provides information about certification status of the authenticators, and found security issues. Organizations deploying FIDO Authentication are able to use this information to select specific certification levels as required for compliance, and work through the security notifications to ensure effective incident response.
    • setTrustedDeviceMetadata

      public WebAuthnMultifactorAttestationTrustSourceProperties setTrustedDeviceMetadata(SpringResourceProperties trustedDeviceMetadata)
      Trusted device metadata to contain trusted attestation root certificates to pre-seed the metadata service.
      Returns:
      this.
    • setFido

      The FIDO Alliance Metadata Service (MDS) is a centralized repository of the Metadata Statement that is used by the relying parties to validate authenticator attestation and prove the genuineness of the device model. MDS also provides information about certification status of the authenticators, and found security issues. Organizations deploying FIDO Authentication are able to use this information to select specific certification levels as required for compliance, and work through the security notifications to ensure effective incident response.
      Returns:
      this.