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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class PasswordPolicyPasswordSettingsLockout
extends Object
implements Serializable
PasswordPolicyPasswordSettingsLockout
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddUserLockoutNotificationChannelsItem
(String userLockoutNotificationChannelsItem) autoUnlockMinutes
(Integer autoUnlockMinutes) boolean
Get autoUnlockMinutesGet maxAttemptsGet showLockoutFailuresGet userLockoutNotificationChannelsint
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
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
-