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 AuthenticationResponse
AuthenticationClient. 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 AuthenticationResponse
DefaultAuthenticationClient. 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 FactorProvider
DefaultFactor. getProvider()
FactorProvider
DefaultFactorEnrollRequest. getProvider()
Methods in com.okta.authn.sdk.impl.resource with parameters of type FactorProvider Modifier and Type Method Description FactorEnrollRequest
DefaultFactorEnrollRequest. 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 FactorProvider
Factor. getProvider()
FactorProvider
FactorEnrollRequest. getProvider()
static FactorProvider
FactorProvider. 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 FactorEnrollRequest
FactorEnrollRequest. setProvider(FactorProvider provider)
-