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 OktaSignOnPolicyRuleSignonActions
extends Object
implements Serializable
OktaSignOnPolicyRuleSignonActions
See Also:
Nested Class Summary
Nested Classes
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
boolean
Interval of time that must elapse before the User is challenged for MFA, if the Factor prompt mode is set to
`SESSION` **Note:** Required only if `requireFactor` is `true`.
Indicates if Okta should automatically remember the device
Indicates if multifactor authentication is required
int
void
void
void
void
void
void
void
Field Details
JSON_PROPERTY_ACCESS
public static final String JSON_PROPERTY_ACCESS
See Also:
JSON_PROPERTY_FACTOR_LIFETIME
public static final String JSON_PROPERTY_FACTOR_LIFETIME
See Also:
JSON_PROPERTY_FACTOR_PROMPT_MODE
public static final String JSON_PROPERTY_FACTOR_PROMPT_MODE
See Also:
JSON_PROPERTY_PRIMARY_FACTOR
public static final String JSON_PROPERTY_PRIMARY_FACTOR
See Also:
JSON_PROPERTY_REMEMBER_DEVICE_BY_DEFAULT
public static final String JSON_PROPERTY_REMEMBER_DEVICE_BY_DEFAULT
See Also:
JSON_PROPERTY_REQUIRE_FACTOR
public static final String JSON_PROPERTY_REQUIRE_FACTOR
See Also:
JSON_PROPERTY_SESSION
public static final String JSON_PROPERTY_SESSION
See Also:
Constructor Details
OktaSignOnPolicyRuleSignonActions
public OktaSignOnPolicyRuleSignonActions ()
Method Details
getAccess
Get access
Returns:
access
getFactorLifetime
Interval of time that must elapse before the User is challenged for MFA, if the Factor prompt mode is set to
`SESSION` **Note:** Required only if `requireFactor` is `true`.
Returns:
factorLifetime
setFactorLifetime
public void setFactorLifetime (Integer factorLifetime)
getFactorPromptMode
Get factorPromptMode
Returns:
factorPromptMode
getPrimaryFactor
Get primaryFactor
Returns:
primaryFactor
getRememberDeviceByDefault
Indicates if Okta should automatically remember the device
Returns:
rememberDeviceByDefault
setRememberDeviceByDefault
public void setRememberDeviceByDefault (Boolean rememberDeviceByDefault)
getRequireFactor
Indicates if multifactor authentication is required
Returns:
requireFactor
setRequireFactor
public void setRequireFactor (Boolean requireFactor)
getSession
Get session
Returns:
session