Uses of Enum
com.okta.authn.sdk.resource.FactorProvider
Packages that use FactorProvider
Package
Description
-
Uses of FactorProvider in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type FactorProviderModifier and TypeMethodDescriptionAuthenticationClient.enrollFactor
(FactorType factorType, FactorProvider factorProvider, FactorProfile factorProfile, 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 FactorProviderModifier and TypeMethodDescriptionDefaultAuthenticationClient.enrollFactor
(FactorType type, FactorProvider provider, FactorProfile factorProfile, String stateToken, AuthenticationStateHandler stateHandler) -
Uses of FactorProvider in com.okta.authn.sdk.impl.resource
Methods in com.okta.authn.sdk.impl.resource that return FactorProviderModifier and TypeMethodDescriptionDefaultFactor.getProvider()
DefaultFactorEnrollRequest.getProvider()
Methods in com.okta.authn.sdk.impl.resource with parameters of type FactorProviderModifier and TypeMethodDescriptionDefaultFactorEnrollRequest.setProvider
(FactorProvider provider) -
Uses of FactorProvider in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return FactorProviderModifier and TypeMethodDescriptionFactor.getProvider()
FactorEnrollRequest.getProvider()
static FactorProvider
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