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 AuthenticationResponseAuthenticationClient. 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 AuthenticationResponseDefaultAuthenticationClient. 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 classDefaultCallFactorProfileclassDefaultEmailFactorProfileclassDefaultHardwareFactorProfileclassDefaultPushFactorProfileclassDefaultSecurityQuestionFactorProfileclassDefaultSmsFactorProfileclassDefaultTokenFactorProfileclassDefaultTotpFactorProfileclassDefaultU2fFactorProfileclassDefaultWebAuthnFactorProfileclassDefaultWebFactorProfileMethods in com.okta.authn.sdk.impl.resource that return FactorProfile Modifier and Type Method Description FactorProfileDefaultFactorEnrollRequest. getFactorProfile()Methods in com.okta.authn.sdk.impl.resource with parameters of type FactorProfile Modifier and Type Method Description FactorEnrollRequestDefaultFactorEnrollRequest. 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 interfaceCallFactorProfileinterfaceEmailFactorProfileinterfaceHardwareFactorProfileinterfacePushFactorProfileinterfaceSecurityQuestionFactorProfileinterfaceSmsFactorProfileinterfaceTokenFactorProfileinterfaceTotpFactorProfileinterfaceU2fFactorProfileinterfaceWebAuthnFactorProfileinterfaceWebFactorProfileMethods in com.okta.authn.sdk.resource that return FactorProfile Modifier and Type Method Description FactorProfileFactorEnrollRequest. getFactorProfile()Methods in com.okta.authn.sdk.resource with parameters of type FactorProfile Modifier and Type Method Description FactorEnrollRequestFactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)
-