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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
PasswordPolicyPasswordSettingsLockoutpublic PasswordPolicyPasswordSettingsLockout()
 
- 
- 
Method Details- 
autoUnlockMinutes
- 
getAutoUnlockMinutesSpecifies the time interval (in minutes) a locked account remains locked before it is automatically unlocked: `0` indicates no limit- Returns:
- autoUnlockMinutes
 
- 
setAutoUnlockMinutes
- 
maxAttempts
- 
getMaxAttemptsSpecifies 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
- 
getShowLockoutFailuresIndicates if the User should be informed when their account is locked- Returns:
- showLockoutFailures
 
- 
setShowLockoutFailures
- 
userLockoutNotificationChannelspublic PasswordPolicyPasswordSettingsLockout userLockoutNotificationChannels(List<String> userLockoutNotificationChannels) 
- 
adduserLockoutNotificationChannelsItempublic PasswordPolicyPasswordSettingsLockout adduserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem) 
- 
getUserLockoutNotificationChannelsHow the user is notified when their account becomes locked. The only acceptable values are `[]` and `['EMAIL']`.- Returns:
- userLockoutNotificationChannels
 
- 
setUserLockoutNotificationChannels
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-