Package | Description |
---|---|
com.okta.authn.sdk.client | |
com.okta.authn.sdk.impl.client | |
com.okta.authn.sdk.impl.resource | |
com.okta.authn.sdk.resource |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
DefaultAuthenticationClient.enrollFactor(FactorType type,
FactorProvider provider,
FactorProfile factorProfile,
java.lang.String stateToken,
AuthenticationStateHandler stateHandler) |
Modifier and Type | Method and Description |
---|---|
FactorProvider |
DefaultFactor.getProvider() |
FactorProvider |
DefaultFactorEnrollRequest.getProvider() |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
DefaultFactorEnrollRequest.setProvider(FactorProvider provider) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
FactorEnrollRequest.setProvider(FactorProvider provider) |
Copyright © 2018-2022 Okta. All Rights Reserved.