Uses of Interface
com.okta.authn.sdk.resource.FactorProfile
-
Packages that use FactorProfile Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of FactorProfile in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type FactorProfile Modifier and Type Method Description AuthenticationResponse
AuthenticationClient. enrollFactor(FactorType factorType, FactorProvider factorProvider, FactorProfile factorProfile, java.lang.String stateToken, AuthenticationStateHandler stateHandler)
Enrolls a user with a factor assigned by their MFA Policy. -
Uses of FactorProfile in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type FactorProfile Modifier and Type Method Description AuthenticationResponse
DefaultAuthenticationClient. enrollFactor(FactorType type, FactorProvider provider, FactorProfile factorProfile, java.lang.String stateToken, AuthenticationStateHandler stateHandler)
-
Uses of FactorProfile in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement FactorProfile Modifier and Type Class Description class
DefaultCallFactorProfile
class
DefaultEmailFactorProfile
class
DefaultHardwareFactorProfile
class
DefaultPushFactorProfile
class
DefaultSecurityQuestionFactorProfile
class
DefaultSmsFactorProfile
class
DefaultTokenFactorProfile
class
DefaultTotpFactorProfile
class
DefaultU2fFactorProfile
class
DefaultWebAuthnFactorProfile
class
DefaultWebFactorProfile
Methods in com.okta.authn.sdk.impl.resource that return FactorProfile Modifier and Type Method Description FactorProfile
DefaultFactorEnrollRequest. getFactorProfile()
Methods in com.okta.authn.sdk.impl.resource with parameters of type FactorProfile Modifier and Type Method Description FactorEnrollRequest
DefaultFactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)
-
Uses of FactorProfile in com.okta.authn.sdk.resource
Subinterfaces of FactorProfile in com.okta.authn.sdk.resource Modifier and Type Interface Description interface
CallFactorProfile
interface
EmailFactorProfile
interface
HardwareFactorProfile
interface
PushFactorProfile
interface
SecurityQuestionFactorProfile
interface
SmsFactorProfile
interface
TokenFactorProfile
interface
TotpFactorProfile
interface
U2fFactorProfile
interface
WebAuthnFactorProfile
interface
WebFactorProfile
Methods in com.okta.authn.sdk.resource that return FactorProfile Modifier and Type Method Description FactorProfile
FactorEnrollRequest. getFactorProfile()
Methods in com.okta.authn.sdk.resource with parameters of type FactorProfile Modifier and Type Method Description FactorEnrollRequest
FactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)
-