Constructor and Description |
---|
DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore) |
DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
Map<String,com.okta.sdk.impl.resource.Property> |
getPropertyDescriptors() |
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. |
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore)
public Map<String,com.okta.sdk.impl.resource.Property> getPropertyDescriptors()
getPropertyDescriptors
in class com.okta.sdk.impl.resource.AbstractResource
public Boolean isMultiOptionalFactorEnroll()
Options
MFA_ENROLL
state after successful factor enrollment when
additional optional factors are available for enrollment. (not required)isMultiOptionalFactorEnroll
in interface Options
public Options setMultiOptionalFactorEnroll(Boolean multiOptionalFactorEnroll)
Options
setMultiOptionalFactorEnroll
in interface Options
public Boolean isWarnBeforePasswordExpired()
Options
PASSWORD_WARN
state before SUCCESS
if the user’s password is
about to expire and within their password policy warn period. (not required)isWarnBeforePasswordExpired
in interface Options
public Options setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired)
Options
PASSWORD_WARN
state before SUCCESS
if the user’s password is
about to expire and within their password policy warn period. (not required)setWarnBeforePasswordExpired
in interface Options
Copyright © 2018 Okta. All rights reserved.