Uses of Interface
com.okta.authn.sdk.resource.FactorEnrollRequest
-
Packages that use FactorEnrollRequest 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 FactorEnrollRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type FactorEnrollRequest Modifier and Type Method Description default AuthenticationResponseAuthenticationClient. enrollFactor(FactorEnrollRequest factorEnrollRequest, AuthenticationStateHandler stateHandler)Enrolls a user with a factor assigned by their MFA Policy.AuthenticationResponseAuthenticationClient. enrollFactor(FactorEnrollRequest factorEnrollRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler)Enrolls a user with a factor assigned by their MFA Policy. -
Uses of FactorEnrollRequest in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type FactorEnrollRequest Modifier and Type Method Description AuthenticationResponseDefaultAuthenticationClient. enrollFactor(FactorEnrollRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of FactorEnrollRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement FactorEnrollRequest Modifier and Type Class Description classDefaultFactorEnrollRequestMethods in com.okta.authn.sdk.impl.resource that return FactorEnrollRequest Modifier and Type Method Description FactorEnrollRequestDefaultFactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)FactorEnrollRequestDefaultFactorEnrollRequest. setFactorType(FactorType factorType)FactorEnrollRequestDefaultFactorEnrollRequest. setProvider(FactorProvider provider)FactorEnrollRequestDefaultFactorEnrollRequest. setStateToken(String stateToken) -
Uses of FactorEnrollRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return FactorEnrollRequest Modifier and Type Method Description FactorEnrollRequestFactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)FactorEnrollRequestFactorEnrollRequest. setFactorType(FactorType factorType)FactorEnrollRequestFactorEnrollRequest. setProvider(FactorProvider provider)FactorEnrollRequestFactorEnrollRequest. setStateToken(String stateToken)
-