Uses of Class
com.okta.authn.sdk.resource.FactorProvider
-
Packages that use FactorProvider 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 FactorProvider in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type FactorProvider 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 FactorProvider in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type FactorProvider Modifier and Type Method Description AuthenticationResponseDefaultAuthenticationClient. enrollFactor(FactorType type, FactorProvider provider, FactorProfile factorProfile, java.lang.String stateToken, AuthenticationStateHandler stateHandler) -
Uses of FactorProvider in com.okta.authn.sdk.impl.resource
Methods in com.okta.authn.sdk.impl.resource that return FactorProvider Modifier and Type Method Description FactorProviderDefaultFactor. getProvider()FactorProviderDefaultFactorEnrollRequest. getProvider()Methods in com.okta.authn.sdk.impl.resource with parameters of type FactorProvider Modifier and Type Method Description FactorEnrollRequestDefaultFactorEnrollRequest. setProvider(FactorProvider provider) -
Uses of FactorProvider in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return FactorProvider Modifier and Type Method Description FactorProviderFactor. getProvider()FactorProviderFactorEnrollRequest. getProvider()static FactorProviderFactorProvider. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FactorProvider[]FactorProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.authn.sdk.resource with parameters of type FactorProvider Modifier and Type Method Description FactorEnrollRequestFactorEnrollRequest. setProvider(FactorProvider provider)
-