public interface Options
extends com.okta.sdk.resource.ExtensibleResource
Modifier and Type | Method and Description |
---|---|
Boolean |
isMultiOptionalFactorEnroll()
Returns true if the user should transition back to
MFA_ENROLL state after successful factor enrollment when
additional optional factors are available for enrollment. |
Boolean |
isWarnBeforePasswordExpired()
Returns true if user should transition to
PASSWORD_WARN state before SUCCESS if the user’s password is
about to expire and within their password policy warn period. |
Options |
setMultiOptionalFactorEnroll(Boolean multiOptionalFactorEnroll)
Sets whether user should transaction back to MFA_ENROLL state after successful factor enrollment when
additional optional factors are available for enrollment.
|
Options |
setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired)
Sets whether if user should transition to
PASSWORD_WARN state before SUCCESS if the user’s password is
about to expire and within their password policy warn period. |
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Boolean isMultiOptionalFactorEnroll()
MFA_ENROLL
state after successful factor enrollment when
additional optional factors are available for enrollment. (not required)Options setMultiOptionalFactorEnroll(Boolean multiOptionalFactorEnroll)
Boolean isWarnBeforePasswordExpired()
PASSWORD_WARN
state before SUCCESS
if the user’s password is
about to expire and within their password policy warn period. (not required)Options setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired)
PASSWORD_WARN
state before SUCCESS
if the user’s password is
about to expire and within their password policy warn period. (not required)Copyright © 2018 Okta. All rights reserved.