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-01-30T09:30:33.152574-06:00[America/Chicago]")
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
-