Package | Description |
---|---|
com.okta.sdk.resource.user | |
com.okta.sdk.resource.user.factor |
Modifier and Type | Method and Description |
---|---|
UserFactor |
User.enrollFactor(UserFactor body)
Enroll Factor
Enrolls a user with a supported factor.
|
UserFactor |
User.enrollFactor(UserFactor body,
java.lang.Boolean updatePhone,
java.lang.String templateId,
java.lang.Integer tokenLifetimeSeconds,
java.lang.Boolean activate)
Enroll Factor
Enrolls a user with a supported factor.
|
UserFactor |
User.getFactor(java.lang.String factorId)
Fetches a factor for the specified user
|
Modifier and Type | Method and Description |
---|---|
UserFactor |
User.enrollFactor(UserFactor body)
Enroll Factor
Enrolls a user with a supported factor.
|
UserFactor |
User.enrollFactor(UserFactor body,
java.lang.Boolean updatePhone,
java.lang.String templateId,
java.lang.Integer tokenLifetimeSeconds,
java.lang.Boolean activate)
Enroll Factor
Enrolls a user with a supported factor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CallUserFactor
CallUserFactor
|
interface |
EmailUserFactor
EmailUserFactor
|
interface |
HardwareUserFactor
HardwareUserFactor
|
interface |
PushUserFactor
PushUserFactor
|
interface |
SecurityQuestionUserFactor
SecurityQuestionUserFactor
|
interface |
SmsUserFactor
SmsUserFactor
|
interface |
TokenUserFactor
TokenUserFactor
|
interface |
TotpUserFactor
TotpUserFactor
|
interface |
U2fUserFactor
U2fUserFactor
|
interface |
WebAuthnUserFactor
WebAuthnUserFactor
|
interface |
WebUserFactor
WebUserFactor
|
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactor.activate()
Activate Factor
The `sms` and `token:software:totp` factor types require activation to complete the enrollment process.
|
UserFactor |
UserFactor.activate(ActivateFactorRequest body)
Activate Factor
The `sms` and `token:software:totp` factor types require activation to complete the enrollment process.
|
UserFactor |
UserFactor.setFactorType(FactorType factorType) |
UserFactor |
UserFactor.setProvider(FactorProvider provider) |
UserFactor |
UserFactor.setVerify(VerifyFactorRequest verify) |
Copyright © 2017-2021 Okta. All Rights Reserved.