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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class PasswordPolicyPasswordSettingsLockout
extends Object
implements Serializable
Lockout settings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadduserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem) autoUnlockMinutes(Integer autoUnlockMinutes) booleanSpecifies 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.inthashCode()maxAttempts(Integer maxAttempts) voidsetAutoUnlockMinutes(Integer autoUnlockMinutes) voidsetMaxAttempts(Integer maxAttempts) voidsetShowLockoutFailures(Boolean showLockoutFailures) voidsetUserLockoutNotificationChannels(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
-