Class PasswordPolicyPasswordSettingsLockout

java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyPasswordSettingsLockout
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class PasswordPolicyPasswordSettingsLockout extends Object implements Serializable
Lockout settings
See Also:
  • Field Details

  • Constructor Details

    • PasswordPolicyPasswordSettingsLockout

      public PasswordPolicyPasswordSettingsLockout()
  • Method Details

    • autoUnlockMinutes

      public PasswordPolicyPasswordSettingsLockout autoUnlockMinutes(Integer autoUnlockMinutes)
    • getAutoUnlockMinutes

      @Nullable public Integer getAutoUnlockMinutes()
      Specifies the time interval (in minutes) a locked account remains locked before it is automatically unlocked: `0` indicates no limit
      Returns:
      autoUnlockMinutes
    • setAutoUnlockMinutes

      public void setAutoUnlockMinutes(Integer autoUnlockMinutes)
    • maxAttempts

      public PasswordPolicyPasswordSettingsLockout maxAttempts(Integer maxAttempts)
    • getMaxAttempts

      @Nullable public Integer getMaxAttempts()
      Specifies the number of times Users can attempt to sign in to their accounts with an invalid password before their accounts are locked: `0` indicates no limit
      Returns:
      maxAttempts
    • setMaxAttempts

      public void setMaxAttempts(Integer maxAttempts)
    • showLockoutFailures

      public PasswordPolicyPasswordSettingsLockout showLockoutFailures(Boolean showLockoutFailures)
    • getShowLockoutFailures

      @Nullable public Boolean getShowLockoutFailures()
      Indicates if the User should be informed when their account is locked
      Returns:
      showLockoutFailures
    • setShowLockoutFailures

      public void setShowLockoutFailures(Boolean showLockoutFailures)
    • userLockoutNotificationChannels

      public PasswordPolicyPasswordSettingsLockout userLockoutNotificationChannels(List<String> userLockoutNotificationChannels)
    • adduserLockoutNotificationChannelsItem

      public PasswordPolicyPasswordSettingsLockout adduserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem)
    • getUserLockoutNotificationChannels

      @Nullable public List<String> getUserLockoutNotificationChannels()
      How the user is notified when their account becomes locked. The only acceptable values are `[]` and `['EMAIL']`.
      Returns:
      userLockoutNotificationChannels
    • setUserLockoutNotificationChannels

      public void setUserLockoutNotificationChannels(List<String> userLockoutNotificationChannels)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object