@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultPasswordPolicyPasswordSettingsLockout extends AbstractResource implements PasswordPolicyPasswordSettingsLockout
properties
readLock, writeLock
Constructor and Description |
---|
DefaultPasswordPolicyPasswordSettingsLockout(InternalDataStore dataStore) |
DefaultPasswordPolicyPasswordSettingsLockout(InternalDataStore dataStore,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
Integer |
getAutoUnlockMinutes() |
Integer |
getMaxAttempts() |
Map<String,Property> |
getPropertyDescriptors() |
Boolean |
getShowLockoutFailures() |
List<String> |
getUserLockoutNotificationChannels() |
PasswordPolicyPasswordSettingsLockout |
setAutoUnlockMinutes(Integer autoUnlockMinutes) |
PasswordPolicyPasswordSettingsLockout |
setMaxAttempts(Integer maxAttempts) |
PasswordPolicyPasswordSettingsLockout |
setShowLockoutFailures(Boolean showLockoutFailures) |
PasswordPolicyPasswordSettingsLockout |
setUserLockoutNotificationChannels(List<String> userLockoutNotificationChannels) |
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public DefaultPasswordPolicyPasswordSettingsLockout(InternalDataStore dataStore)
public DefaultPasswordPolicyPasswordSettingsLockout(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public Integer getAutoUnlockMinutes()
getAutoUnlockMinutes
in interface PasswordPolicyPasswordSettingsLockout
public PasswordPolicyPasswordSettingsLockout setAutoUnlockMinutes(Integer autoUnlockMinutes)
setAutoUnlockMinutes
in interface PasswordPolicyPasswordSettingsLockout
public Integer getMaxAttempts()
getMaxAttempts
in interface PasswordPolicyPasswordSettingsLockout
public PasswordPolicyPasswordSettingsLockout setMaxAttempts(Integer maxAttempts)
setMaxAttempts
in interface PasswordPolicyPasswordSettingsLockout
public Boolean getShowLockoutFailures()
getShowLockoutFailures
in interface PasswordPolicyPasswordSettingsLockout
public PasswordPolicyPasswordSettingsLockout setShowLockoutFailures(Boolean showLockoutFailures)
setShowLockoutFailures
in interface PasswordPolicyPasswordSettingsLockout
public List<String> getUserLockoutNotificationChannels()
getUserLockoutNotificationChannels
in interface PasswordPolicyPasswordSettingsLockout
public PasswordPolicyPasswordSettingsLockout setUserLockoutNotificationChannels(List<String> userLockoutNotificationChannels)
setUserLockoutNotificationChannels
in interface PasswordPolicyPasswordSettingsLockout
Copyright © 2017–2023 Okta. All rights reserved.