Package org.openapitools.client.model
Class AccessPolicyRuleActions
java.lang.Object
org.openapitools.client.model.AccessPolicyRuleActions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class AccessPolicyRuleActions
extends Object
AccessPolicyRuleActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappSignOn(AccessPolicyRuleApplicationSignOn appSignOn) enroll(PolicyRuleActionsEnroll enroll) booleanGet appSignOnGet enrollgetIdp()Get idpGet passwordChangeGet selfServicePasswordResetGet selfServiceUnlockGet signoninthashCode()idp(IdpPolicyRuleAction idp) passwordChange(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidsetAppSignOn(AccessPolicyRuleApplicationSignOn appSignOn) voidsetEnroll(PolicyRuleActionsEnroll enroll) voidvoidsetPasswordChange(PasswordPolicyRuleAction passwordChange) voidsetSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) voidsetSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidtoString()
-
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:
-
JSON_PROPERTY_APP_SIGN_ON
- See Also:
-
-
Constructor Details
-
AccessPolicyRuleActions
public AccessPolicyRuleActions()
-
-
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 AccessPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) -
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
- selfServicePasswordReset
-
setSelfServicePasswordReset
-
selfServiceUnlock
-
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
- selfServiceUnlock
-
setSelfServiceUnlock
-
signon
-
getSignon
Get signon- Returns:
- signon
-
setSignon
-
appSignOn
-
getAppSignOn
Get appSignOn- Returns:
- appSignOn
-
setAppSignOn
-
equals
-
hashCode
public int hashCode() -
toString
-