@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class AuthorizationServerPolicyRuleActions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ENROLL |
static java.lang.String |
JSON_PROPERTY_IDP |
static java.lang.String |
JSON_PROPERTY_PASSWORD_CHANGE |
static java.lang.String |
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET |
static java.lang.String |
JSON_PROPERTY_SELF_SERVICE_UNLOCK |
static java.lang.String |
JSON_PROPERTY_SIGNON |
static java.lang.String |
JSON_PROPERTY_TOKEN |
Constructor and Description |
---|
AuthorizationServerPolicyRuleActions() |
public static final java.lang.String JSON_PROPERTY_ENROLL
public static final java.lang.String JSON_PROPERTY_IDP
public static final java.lang.String JSON_PROPERTY_PASSWORD_CHANGE
public static final java.lang.String JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
public static final java.lang.String JSON_PROPERTY_SELF_SERVICE_UNLOCK
public static final java.lang.String JSON_PROPERTY_SIGNON
public static final java.lang.String JSON_PROPERTY_TOKEN
public AuthorizationServerPolicyRuleActions()
public AuthorizationServerPolicyRuleActions enroll(PolicyRuleActionsEnroll enroll)
@Nullable public PolicyRuleActionsEnroll getEnroll()
public void setEnroll(PolicyRuleActionsEnroll enroll)
public AuthorizationServerPolicyRuleActions idp(IdpPolicyRuleAction idp)
@Nullable public IdpPolicyRuleAction getIdp()
public void setIdp(IdpPolicyRuleAction idp)
public AuthorizationServerPolicyRuleActions passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public AuthorizationServerPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
@Nullable public PasswordPolicyRuleAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
public AuthorizationServerPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
public AuthorizationServerPolicyRuleActions signon(OktaSignOnPolicyRuleSignonActions signon)
@Nullable public OktaSignOnPolicyRuleSignonActions getSignon()
public void setSignon(OktaSignOnPolicyRuleSignonActions signon)
public AuthorizationServerPolicyRuleActions token(TokenAuthorizationServerPolicyRuleAction token)
@Nullable public TokenAuthorizationServerPolicyRuleAction getToken()
public void setToken(TokenAuthorizationServerPolicyRuleAction token)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.