Uses of Interface
com.okta.authn.sdk.resource.Options
-
Packages that use Options Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of Options in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement Options Modifier and Type Class Description classDefaultOptionsMethods in com.okta.authn.sdk.impl.resource that return Options Modifier and Type Method Description OptionsDefaultAuthenticationRequest. getOptions()OptionsDefaultOptions. setMultiOptionalFactorEnroll(java.lang.Boolean multiOptionalFactorEnroll)OptionsDefaultOptions. setWarnBeforePasswordExpired(java.lang.Boolean warnBeforePasswordExpired)Methods in com.okta.authn.sdk.impl.resource with parameters of type Options Modifier and Type Method Description AuthenticationRequestDefaultAuthenticationRequest. setOptions(Options options) -
Uses of Options in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return Options Modifier and Type Method Description OptionsAuthenticationRequest. getOptions()OptionsOptions. 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.OptionsOptions. setWarnBeforePasswordExpired(java.lang.Boolean warnBeforePasswordExpired)Sets whether if user should transition toPASSWORD_WARNstate beforeSUCCESSif the user’s password is about to expire and within their password policy warn period.Methods in com.okta.authn.sdk.resource with parameters of type Options Modifier and Type Method Description AuthenticationRequestAuthenticationRequest. setOptions(Options options)
-