Package com.okta.sdk.resource.model
Class PasswordPolicyPasswordSettingsAge
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyPasswordSettingsAge
- 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 PasswordPolicyPasswordSettingsAge
extends Object
implements Serializable
Age settings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
expireWarnDays
(Integer expireWarnDays) Specifies the number of days prior to password expiration when a User is warned to reset their password: `0` indicates no warningSpecifies the number of distinct passwords that a User must create before they can reuse a previous password: `0` indicates noneSpecifies how long (in days) a password remains valid before it expires: `0` indicates no limitSpecifies the minimum time interval (in minutes) between password changes: `0` indicates no limitint
hashCode()
historyCount
(Integer historyCount) maxAgeDays
(Integer maxAgeDays) minAgeMinutes
(Integer minAgeMinutes) void
setExpireWarnDays
(Integer expireWarnDays) void
setHistoryCount
(Integer historyCount) void
setMaxAgeDays
(Integer maxAgeDays) void
setMinAgeMinutes
(Integer minAgeMinutes) toString()
-
Field Details
-
JSON_PROPERTY_EXPIRE_WARN_DAYS
- See Also:
-
JSON_PROPERTY_HISTORY_COUNT
- See Also:
-
JSON_PROPERTY_MAX_AGE_DAYS
- See Also:
-
JSON_PROPERTY_MIN_AGE_MINUTES
- See Also:
-
-
Constructor Details
-
PasswordPolicyPasswordSettingsAge
public PasswordPolicyPasswordSettingsAge()
-
-
Method Details
-
expireWarnDays
-
getExpireWarnDays
Specifies the number of days prior to password expiration when a User is warned to reset their password: `0` indicates no warning- Returns:
- expireWarnDays
-
setExpireWarnDays
-
historyCount
-
getHistoryCount
Specifies the number of distinct passwords that a User must create before they can reuse a previous password: `0` indicates none- Returns:
- historyCount
-
setHistoryCount
-
maxAgeDays
-
getMaxAgeDays
Specifies how long (in days) a password remains valid before it expires: `0` indicates no limit- Returns:
- maxAgeDays
-
setMaxAgeDays
-
minAgeMinutes
-
getMinAgeMinutes
Specifies the minimum time interval (in minutes) between password changes: `0` indicates no limit- Returns:
- minAgeMinutes
-
setMinAgeMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-