| Constructor and Description |
|---|
DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore) |
DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,com.okta.sdk.impl.resource.Property> |
getPropertyDescriptors() |
java.lang.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. |
java.lang.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(java.lang.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(java.lang.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, valuesgetBoolean, 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, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore)
public DefaultOptions(com.okta.sdk.impl.ds.InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,com.okta.sdk.impl.resource.Property> getPropertyDescriptors()
getPropertyDescriptors in class com.okta.sdk.impl.resource.AbstractResourcepublic java.lang.Boolean isMultiOptionalFactorEnroll()
OptionsMFA_ENROLL state after successful factor enrollment when
additional optional factors are available for enrollment. (not required)isMultiOptionalFactorEnroll in interface Optionspublic Options setMultiOptionalFactorEnroll(java.lang.Boolean multiOptionalFactorEnroll)
OptionssetMultiOptionalFactorEnroll in interface Optionspublic java.lang.Boolean isWarnBeforePasswordExpired()
OptionsPASSWORD_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 Optionspublic Options setWarnBeforePasswordExpired(java.lang.Boolean warnBeforePasswordExpired)
OptionsPASSWORD_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 OptionsCopyright © 2018-2021 Okta. All Rights Reserved.