Class RiskBasedAuthenticationIpAddressProperties

java.lang.Object
org.apereo.cas.configuration.model.core.authentication.risk.RiskBasedAuthenticationIpAddressProperties
All Implemented Interfaces:
Serializable

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

    • RiskBasedAuthenticationIpAddressProperties

      public RiskBasedAuthenticationIpAddressProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Enable IP address checking and criteria to calculate risky authentication attempts.
    • setEnabled

      public RiskBasedAuthenticationIpAddressProperties setEnabled(boolean enabled)
      Enable IP address checking and criteria to calculate risky authentication attempts.
      Returns:
      this.