Uses of Class
com.okta.sdk.resource.model.UserFactor
-
Uses of UserFactor in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUserFactorApi.activateFactor
(String userId, String factorId, ActivateFactorRequest body) Activate a Factor Activates a factor.UserFactorApi.activateFactor
(String userId, String factorId, ActivateFactorRequest body, Map<String, String> additionalHeaders) Activate a Factor Activates a factor.UserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) Enroll a Factor Enrolls a user with a supported factorUserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate, Map<String, String> additionalHeaders) Enroll a Factor Enrolls a user with a supported factorRetrieve a Factor Retrieves a factor for the specified userRetrieve a Factor Retrieves a factor for the specified userUserFactorApi.resendEnrollFactor
(String userId, String factorId, UserFactor userFactor, String templateId) Resend a factor enrollment Resends a factor challenge (SMS/call/email OTP) as part of an enrollment flow.UserFactorApi.resendEnrollFactor
(String userId, String factorId, UserFactor userFactor, String templateId, Map<String, String> additionalHeaders) Resend a factor enrollment Resends a factor challenge (SMS/call/email OTP) as part of an enrollment flow.Modifier and TypeMethodDescriptionUserFactorApi.listFactors
(String userId) List all Factors Lists all the enrolled factors for the specified userUserFactorApi.listFactors
(String userId, Map<String, String> additionalHeaders) List all Factors Lists all the enrolled factors for the specified userUserFactorApi.listSupportedFactors
(String userId) List all Supported Factors Lists all the supported factors that can be enrolled for the specified userUserFactorApi.listSupportedFactors
(String userId, Map<String, String> additionalHeaders) List all Supported Factors Lists all the supported factors that can be enrolled for the specified userModifier and TypeMethodDescriptionUserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) Enroll a Factor Enrolls a user with a supported factorUserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate, Map<String, String> additionalHeaders) Enroll a Factor Enrolls a user with a supported factorUserFactorApi.resendEnrollFactor
(String userId, String factorId, UserFactor userFactor, String templateId) Resend a factor enrollment Resends a factor challenge (SMS/call/email OTP) as part of an enrollment flow.UserFactorApi.resendEnrollFactor
(String userId, String factorId, UserFactor userFactor, String templateId, Map<String, String> additionalHeaders) Resend a factor enrollment Resends a factor challenge (SMS/call/email OTP) as part of an enrollment flow. -
Uses of UserFactor in com.okta.sdk.resource.model
Modifier and TypeClassDescriptionclass
CallUserFactorclass
CustomHotpUserFactorclass
EmailUserFactorclass
HardwareUserFactorclass
PushUserFactorclass
SecurityQuestionUserFactorclass
SmsUserFactorclass
TokenUserFactorclass
TotpUserFactorclass
U2fUserFactorclass
WebAuthnUserFactorclass
WebUserFactorModifier and TypeMethodDescriptionUserFactor.factorType
(FactorType factorType) UserFactor.provider
(FactorProvider provider) UserFactor.status
(FactorStatus status) UserFactor.verify
(VerifyFactorRequest verify)