Class WebAuthnLdapMultifactorProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-webauthn-ldap") public class WebAuthnLdapMultifactorProperties extends AbstractLdapSearchProperties
Since:
6.3.0
See Also:
  • Constructor Details

    • WebAuthnLdapMultifactorProperties

      public WebAuthnLdapMultifactorProperties()
  • Method Details

    • getAccountAttributeName

      public String getAccountAttributeName()
      Name of LDAP attribute that holds WebAuthn account/credential as JSON.
    • setAccountAttributeName

      public WebAuthnLdapMultifactorProperties setAccountAttributeName(String accountAttributeName)
      Name of LDAP attribute that holds WebAuthn account/credential as JSON.
      Returns:
      this.