Package com.okta.sdk.resource.model
Class PasswordPolicySettings
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicySettings
- 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 PasswordPolicySettings
extends Object
implements Serializable
PasswordPolicySettings
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondelegation(PasswordPolicyDelegationSettings delegation) booleanGet delegationGet passwordGet recoveryinthashCode()password(PasswordPolicyPasswordSettings password) recovery(PasswordPolicyRecoverySettings recovery) voidsetDelegation(PasswordPolicyDelegationSettings delegation) voidsetPassword(PasswordPolicyPasswordSettings password) voidsetRecovery(PasswordPolicyRecoverySettings recovery) toString()
- 
Field Details- 
JSON_PROPERTY_DELEGATION- See Also:
 
- 
JSON_PROPERTY_PASSWORD- See Also:
 
- 
JSON_PROPERTY_RECOVERY- See Also:
 
 
- 
- 
Constructor Details- 
PasswordPolicySettingspublic PasswordPolicySettings()
 
- 
- 
Method Details- 
delegation
- 
getDelegationGet delegation- Returns:
- delegation
 
- 
setDelegation
- 
password
- 
getPasswordGet password- Returns:
- password
 
- 
setPassword
- 
recovery
- 
getRecoveryGet recovery- Returns:
- recovery
 
- 
setRecovery
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-