| 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, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic 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.AbstractResourcepublic 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(Boolean multiOptionalFactorEnroll)
OptionssetMultiOptionalFactorEnroll in interface Optionspublic 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(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 Okta. All rights reserved.