Class PasswordHistoryCoreProperties

java.lang.Object
org.apereo.cas.configuration.model.support.pm.PasswordHistoryCoreProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-pm-webflow") public class PasswordHistoryCoreProperties extends Object implements CasFeatureModule, Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • PasswordHistoryCoreProperties

      public PasswordHistoryCoreProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Flag to indicate if password history tracking is enabled.
    • setEnabled

      public PasswordHistoryCoreProperties setEnabled(boolean enabled)
      Flag to indicate if password history tracking is enabled.
      Returns:
      this.