Uses of Enum
com.okta.authn.sdk.resource.FactorProvider
Package
Description
-
Uses of FactorProvider in com.okta.authn.sdk.client
Modifier 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
Modifier and TypeMethodDescriptionDefaultAuthenticationClient.enrollFactor
(FactorType type, FactorProvider provider, FactorProfile factorProfile, String stateToken, AuthenticationStateHandler stateHandler) -
Uses of FactorProvider in com.okta.authn.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultFactor.getProvider()
DefaultFactorEnrollRequest.getProvider()
Modifier and TypeMethodDescriptionDefaultFactorEnrollRequest.setProvider
(FactorProvider provider) -
Uses of FactorProvider in com.okta.authn.sdk.resource
Modifier 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.