Package org.openapitools.client.model
Class AuthorizationServerPolicyRuleActions
java.lang.Object
org.openapitools.client.model.AuthorizationServerPolicyRuleActions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class AuthorizationServerPolicyRuleActions
extends Object
AuthorizationServerPolicyRuleActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenroll(PolicyRuleActionsEnroll enroll) booleanGet enrollgetIdp()Get idpGet passwordChangeGet selfServicePasswordResetGet selfServiceUnlockGet signongetToken()Get tokeninthashCode()idp(IdpPolicyRuleAction idp) passwordChange(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidsetEnroll(PolicyRuleActionsEnroll enroll) voidvoidsetPasswordChange(PasswordPolicyRuleAction passwordChange) voidsetSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) voidsetSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidvoidtoString()
-
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_TOKEN
- See Also:
-
-
Constructor Details
-
AuthorizationServerPolicyRuleActions
public AuthorizationServerPolicyRuleActions()
-
-
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 AuthorizationServerPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) -
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
- selfServicePasswordReset
-
setSelfServicePasswordReset
-
selfServiceUnlock
public AuthorizationServerPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) -
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
- selfServiceUnlock
-
setSelfServiceUnlock
-
signon
-
getSignon
Get signon- Returns:
- signon
-
setSignon
-
token
-
getToken
Get token- Returns:
- token
-
setToken
-
equals
-
hashCode
public int hashCode() -
toString
-