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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondelegation
(PasswordPolicyDelegationSettings delegation) boolean
Get delegationGet passwordGet recoveryint
hashCode()
password
(PasswordPolicyPasswordSettings password) recovery
(PasswordPolicyRecoverySettings recovery) void
setDelegation
(PasswordPolicyDelegationSettings delegation) void
setPassword
(PasswordPolicyPasswordSettings password) void
setRecovery
(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
-