Package com.okta.sdk.resource.model
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadduserLockoutNotificationChannelsItem
(String userLockoutNotificationChannelsItem) autoUnlockMinutes
(Integer autoUnlockMinutes) boolean
Specifies the time interval (in minutes) a locked account remains locked before it is automatically unlocked: `0` indicates no limitSpecifies 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 limitIndicates if the User should be informed when their account is lockedHow the user is notified when their account becomes locked.int
hashCode()
maxAttempts
(Integer maxAttempts) void
setAutoUnlockMinutes
(Integer autoUnlockMinutes) void
setMaxAttempts
(Integer maxAttempts) void
setShowLockoutFailures
(Boolean showLockoutFailures) void
setUserLockoutNotificationChannels
(List<String> userLockoutNotificationChannels) showLockoutFailures
(Boolean showLockoutFailures) toString()
userLockoutNotificationChannels
(List<String> userLockoutNotificationChannels)
-
Field Details
-
JSON_PROPERTY_AUTO_UNLOCK_MINUTES
- See Also:
-
JSON_PROPERTY_MAX_ATTEMPTS
- See Also:
-
JSON_PROPERTY_SHOW_LOCKOUT_FAILURES
- See Also:
-
JSON_PROPERTY_USER_LOCKOUT_NOTIFICATION_CHANNELS
- See Also:
-
-
Constructor Details
-
PasswordPolicyPasswordSettingsLockout
public PasswordPolicyPasswordSettingsLockout()
-
-
Method Details
-
autoUnlockMinutes
-
getAutoUnlockMinutes
Specifies the time interval (in minutes) a locked account remains locked before it is automatically unlocked: `0` indicates no limit- Returns:
- autoUnlockMinutes
-
setAutoUnlockMinutes
-
maxAttempts
-
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
-
showLockoutFailures
-
getShowLockoutFailures
Indicates if the User should be informed when their account is locked- Returns:
- showLockoutFailures
-
setShowLockoutFailures
-
userLockoutNotificationChannels
public PasswordPolicyPasswordSettingsLockout userLockoutNotificationChannels(List<String> userLockoutNotificationChannels) -
adduserLockoutNotificationChannelsItem
public PasswordPolicyPasswordSettingsLockout adduserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem) -
getUserLockoutNotificationChannels
How the user is notified when their account becomes locked. The only acceptable values are `[]` and `['EMAIL']`.- Returns:
- userLockoutNotificationChannels
-
setUserLockoutNotificationChannels
-
equals
-
hashCode
public int hashCode() -
toString
-