Package com.okta.sdk.resource.model
Class PasswordPolicyRuleActions
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRuleActions
- 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 PasswordPolicyRuleActions
extends Object
implements Serializable
PasswordPolicyRuleActions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get passwordChangeGet selfServicePasswordResetGet selfServiceUnlockint
hashCode()
passwordChange
(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset
(SelfServicePasswordResetAction selfServicePasswordReset) selfServiceUnlock
(PasswordPolicyRuleAction selfServiceUnlock) void
setPasswordChange
(PasswordPolicyRuleAction passwordChange) void
setSelfServicePasswordReset
(SelfServicePasswordResetAction selfServicePasswordReset) void
setSelfServiceUnlock
(PasswordPolicyRuleAction selfServiceUnlock) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD_CHANGE
- See Also:
-
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
- See Also:
-
JSON_PROPERTY_SELF_SERVICE_UNLOCK
- See Also:
-
-
Constructor Details
-
PasswordPolicyRuleActions
public PasswordPolicyRuleActions()
-
-
Method Details
-
passwordChange
-
getPasswordChange
Get passwordChange- Returns:
- passwordChange
-
setPasswordChange
-
selfServicePasswordReset
public PasswordPolicyRuleActions selfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset) -
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
- selfServicePasswordReset
-
setSelfServicePasswordReset
-
selfServiceUnlock
-
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
- selfServiceUnlock
-
setSelfServiceUnlock
-
equals
-
hashCode
public int hashCode() -
toString
-