Class UserLockoutSettings

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-17T07:49:49.777027-05:00[America/Chicago]", comments="Generator version: 7.5.0") public class UserLockoutSettings extends Object implements Serializable
UserLockoutSettings
See Also:
  • Field Details Link icon

    • JSON_PROPERTY_PREVENT_BRUTE_FORCE_LOCKOUT_FROM_UNKNOWN_DEVICES Link icon

      public static final String JSON_PROPERTY_PREVENT_BRUTE_FORCE_LOCKOUT_FROM_UNKNOWN_DEVICES
      See Also:
  • Constructor Details Link icon

    • UserLockoutSettings Link icon

      public UserLockoutSettings()
  • Method Details Link icon

    • preventBruteForceLockoutFromUnknownDevices Link icon

      public UserLockoutSettings preventBruteForceLockoutFromUnknownDevices(Boolean preventBruteForceLockoutFromUnknownDevices)
    • getPreventBruteForceLockoutFromUnknownDevices Link icon

      @Nullable public Boolean getPreventBruteForceLockoutFromUnknownDevices()
      Prevents brute-force lockout from unknown devices for the password authenticator.
      Returns:
      preventBruteForceLockoutFromUnknownDevices
    • setPreventBruteForceLockoutFromUnknownDevices Link icon

      public void setPreventBruteForceLockoutFromUnknownDevices(Boolean preventBruteForceLockoutFromUnknownDevices)
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object