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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class PasswordPolicyPasswordSettingsLockout
extends Object
implements Serializable
PasswordPolicyPasswordSettingsLockout
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem) autoUnlockMinutes(Integer autoUnlockMinutes) booleanGet autoUnlockMinutesGet maxAttemptsGet showLockoutFailuresGet userLockoutNotificationChannelsinthashCode()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
Get autoUnlockMinutes- Returns:
- autoUnlockMinutes
-
setAutoUnlockMinutes
-
maxAttempts
-
getMaxAttempts
Get maxAttempts- Returns:
- maxAttempts
-
setMaxAttempts
-
showLockoutFailures
-
getShowLockoutFailures
Get showLockoutFailures- Returns:
- showLockoutFailures
-
setShowLockoutFailures
-
userLockoutNotificationChannels
public PasswordPolicyPasswordSettingsLockout userLockoutNotificationChannels(List<String> userLockoutNotificationChannels) -
addUserLockoutNotificationChannelsItem
public PasswordPolicyPasswordSettingsLockout addUserLockoutNotificationChannelsItem(String userLockoutNotificationChannelsItem) -
getUserLockoutNotificationChannels
Get userLockoutNotificationChannels- Returns:
- userLockoutNotificationChannels
-
setUserLockoutNotificationChannels
-
equals
-
hashCode
public int hashCode() -
toString
-