Class LdapThrottleProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-throttle-ldap") public class LdapThrottleProperties extends AbstractLdapSearchProperties
Since:
6.6.0
See Also:
  • Constructor Details

    • LdapThrottleProperties

      public LdapThrottleProperties()
  • Method Details

    • getAccountLockedAttribute

      public String getAccountLockedAttribute()
      Name of LDAP attribute that represents the account locked status. The value of the attribute is set to "true" if the account is ever updated to indicated a locked status.
    • setAccountLockedAttribute

      public LdapThrottleProperties setAccountLockedAttribute(String accountLockedAttribute)
      Name of LDAP attribute that represents the account locked status. The value of the attribute is set to "true" if the account is ever updated to indicated a locked status.
      Returns:
      this.