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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class PasswordPolicySettings
extends Object
implements Serializable
PasswordPolicySettings
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
PasswordPolicySettings
public PasswordPolicySettings() 
 - 
 - 
Method Details
- 
delegation
 - 
getDelegation
Get delegation- Returns:
 - delegation
 
 - 
setDelegation
 - 
password
 - 
getPassword
Get password- Returns:
 - password
 
 - 
setPassword
 - 
recovery
 - 
getRecovery
Get recovery- Returns:
 - recovery
 
 - 
setRecovery
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -