Package com.okta.sdk.resource.model
Class PasswordPolicyPasswordSettings
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyPasswordSettings
- 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 PasswordPolicyPasswordSettings
extends Object
implements Serializable
PasswordPolicyPasswordSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomplexity
(PasswordPolicyPasswordSettingsComplexity complexity) boolean
getAge()
Get ageGet complexityGet lockoutint
hashCode()
void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_AGE
- See Also:
-
JSON_PROPERTY_COMPLEXITY
- See Also:
-
JSON_PROPERTY_LOCKOUT
- See Also:
-
-
Constructor Details
-
PasswordPolicyPasswordSettings
public PasswordPolicyPasswordSettings()
-
-
Method Details
-
age
-
getAge
Get age- Returns:
- age
-
setAge
-
complexity
public PasswordPolicyPasswordSettings complexity(PasswordPolicyPasswordSettingsComplexity complexity) -
getComplexity
Get complexity- Returns:
- complexity
-
setComplexity
-
lockout
-
getLockout
Get lockout- Returns:
- lockout
-
setLockout
-
equals
-
hashCode
public int hashCode() -
toString
-