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 | Class and Description |
---|---|
class |
DefaultCallFactorProfile |
class |
DefaultEmailFactorProfile |
class |
DefaultHardwareFactorProfile |
class |
DefaultPushFactorProfile |
class |
DefaultSecurityQuestionFactorProfile |
class |
DefaultSmsFactorProfile |
class |
DefaultTokenFactorProfile |
class |
DefaultTotpFactorProfile |
class |
DefaultU2fFactorProfile |
class |
DefaultWebAuthnFactorProfile |
class |
DefaultWebFactorProfile |
Modifier and Type | Method and Description |
---|---|
FactorProfile |
DefaultFactorEnrollRequest.getFactorProfile() |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
DefaultFactorEnrollRequest.setFactorProfile(FactorProfile factorProfile) |
Modifier and Type | Interface and Description |
---|---|
interface |
CallFactorProfile |
interface |
EmailFactorProfile |
interface |
HardwareFactorProfile |
interface |
PushFactorProfile |
interface |
SecurityQuestionFactorProfile |
interface |
SmsFactorProfile |
interface |
TokenFactorProfile |
interface |
TotpFactorProfile |
interface |
U2fFactorProfile |
interface |
WebAuthnFactorProfile |
interface |
WebFactorProfile |
Modifier and Type | Method and Description |
---|---|
FactorProfile |
FactorEnrollRequest.getFactorProfile() |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
FactorEnrollRequest.setFactorProfile(FactorProfile factorProfile) |
Copyright © 2018-2022 Okta. All Rights Reserved.