Class LdapGoogleAuthenticatorMultifactorProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-gauth-ldap") public class LdapGoogleAuthenticatorMultifactorProperties extends AbstractLdapSearchProperties implements CasFeatureModule
Since:
6.2.0
See Also:
  • Constructor Details

    • LdapGoogleAuthenticatorMultifactorProperties

      public LdapGoogleAuthenticatorMultifactorProperties()
  • Method Details

    • getAccountAttributeName

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

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