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 AuthenticationResponse
AuthenticationClient. enrollFactor(FactorEnrollRequest factorEnrollRequest, AuthenticationStateHandler stateHandler)
Enrolls a user with a factor assigned by their MFA Policy.AuthenticationResponse
AuthenticationClient. 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 AuthenticationResponse
DefaultAuthenticationClient. 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 class
DefaultFactorEnrollRequest
Methods in com.okta.authn.sdk.impl.resource that return FactorEnrollRequest Modifier and Type Method Description FactorEnrollRequest
DefaultFactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)
FactorEnrollRequest
DefaultFactorEnrollRequest. setFactorType(FactorType factorType)
FactorEnrollRequest
DefaultFactorEnrollRequest. setProvider(FactorProvider provider)
FactorEnrollRequest
DefaultFactorEnrollRequest. 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 FactorEnrollRequest
FactorEnrollRequest. setFactorProfile(FactorProfile factorProfile)
FactorEnrollRequest
FactorEnrollRequest. setFactorType(FactorType factorType)
FactorEnrollRequest
FactorEnrollRequest. setProvider(FactorProvider provider)
FactorEnrollRequest
FactorEnrollRequest. setStateToken(String stateToken)
-