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 class
DefaultOptions
Methods in com.okta.authn.sdk.impl.resource that return Options Modifier and Type Method Description Options
DefaultAuthenticationRequest. getOptions()
Options
DefaultOptions. setMultiOptionalFactorEnroll(java.lang.Boolean multiOptionalFactorEnroll)
Options
DefaultOptions. setWarnBeforePasswordExpired(java.lang.Boolean warnBeforePasswordExpired)
Methods in com.okta.authn.sdk.impl.resource with parameters of type Options Modifier and Type Method Description AuthenticationRequest
DefaultAuthenticationRequest. 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 Options
AuthenticationRequest. getOptions()
Options
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
Options. setWarnBeforePasswordExpired(java.lang.Boolean warnBeforePasswordExpired)
Sets whether if user should transition toPASSWORD_WARN
state beforeSUCCESS
if 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 AuthenticationRequest
AuthenticationRequest. setOptions(Options options)
-