Package org.openapitools.client.model
Class PolicyRuleActions
java.lang.Object
org.openapitools.client.model.PolicyRuleActions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-21T10:43:54.328303-05:00[America/Chicago]")
public class PolicyRuleActions
extends Object
PolicyRuleActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenroll
(PolicyRuleActionsEnroll enroll) boolean
Get enrollgetIdp()
Get idpGet passwordChangeGet selfServicePasswordResetGet selfServiceUnlockGet signonint
hashCode()
idp
(IdpPolicyRuleAction idp) passwordChange
(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset
(PasswordPolicyRuleAction selfServicePasswordReset) selfServiceUnlock
(PasswordPolicyRuleAction selfServiceUnlock) void
setEnroll
(PolicyRuleActionsEnroll enroll) void
void
setPasswordChange
(PasswordPolicyRuleAction passwordChange) void
setSelfServicePasswordReset
(PasswordPolicyRuleAction selfServicePasswordReset) void
setSelfServiceUnlock
(PasswordPolicyRuleAction selfServiceUnlock) void
toString()
-
Field Details
-
JSON_PROPERTY_ENROLL
- See Also:
-
JSON_PROPERTY_IDP
- See Also:
-
JSON_PROPERTY_PASSWORD_CHANGE
- See Also:
-
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
- See Also:
-
JSON_PROPERTY_SELF_SERVICE_UNLOCK
- See Also:
-
JSON_PROPERTY_SIGNON
- See Also:
-
-
Constructor Details
-
PolicyRuleActions
public PolicyRuleActions()
-
-
Method Details
-
enroll
-
getEnroll
Get enroll- Returns:
- enroll
-
setEnroll
-
idp
-
getIdp
Get idp- Returns:
- idp
-
setIdp
-
passwordChange
-
getPasswordChange
Get passwordChange- Returns:
- passwordChange
-
setPasswordChange
-
selfServicePasswordReset
public PolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) -
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
- selfServicePasswordReset
-
setSelfServicePasswordReset
-
selfServiceUnlock
-
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
- selfServiceUnlock
-
setSelfServiceUnlock
-
signon
-
getSignon
Get signon- Returns:
- signon
-
setSignon
-
equals
-
hashCode
public int hashCode() -
toString
-