Uses of Class
com.okta.sdk.resource.model.UserFactor
-
Uses of UserFactor in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate, String acceptLanguage) Enroll a Factor Enrolls a supported Factor for the specified user > **Note:** All responses return the enrolled Factor with a status of either `PENDING_ACTIVATION`` or `ACTIVE`.UserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate, String acceptLanguage, Map<String, String> additionalHeaders) Enroll a Factor Enrolls a supported Factor for the specified user > **Note:** All responses return the enrolled Factor with a status of either `PENDING_ACTIVATION`` or `ACTIVE`.Retrieve a Factor Retrieves an existing Factor for the specified userRetrieve a Factor Retrieves an existing Factor for the specified userModifier and TypeMethodDescriptionUserFactorApi.listFactors
(String userId) List all enrolled Factors Lists all enrolled Factors for the specified userUserFactorApi.listFactors
(String userId, Map<String, String> additionalHeaders) List all enrolled Factors Lists all enrolled Factors for the specified userModifier and TypeMethodDescriptionUserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate, String acceptLanguage) Enroll a Factor Enrolls a supported Factor for the specified user > **Note:** All responses return the enrolled Factor with a status of either `PENDING_ACTIVATION`` or `ACTIVE`.UserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate, String acceptLanguage, Map<String, String> additionalHeaders) Enroll a Factor Enrolls a supported Factor for the specified user > **Note:** All responses return the enrolled Factor with a status of either `PENDING_ACTIVATION`` or `ACTIVE`. -
Uses of UserFactor in com.okta.sdk.resource.model
Modifier and TypeClassDescriptionclass
UserFactorCallclass
UserFactorEmailclass
UserFactorPushclass
UserFactorSecurityQuestionclass
UserFactorSMSclass
UserFactorTokenclass
UserFactorTokenHardwareclass
UserFactorTokenHOTPclass
UserFactorTokenSoftwareTOTPclass
UserFactorU2Fclass
UserFactorWebclass
UserFactorWebAuthnModifier and TypeMethodDescriptionUserFactor.factorType
(UserFactorType factorType) UserFactorPushTransactionRejectedAllOfLinks.getFactor()
Get factorUserFactorPushTransactionTimeoutAllOfLinks.getFactor()
Get factorUserFactor.links
(UserFactorLinks links) UserFactor.provider
(UserFactorProvider provider) UserFactor.status
(UserFactorStatus status) Modifier and TypeMethodDescriptionUserFactorPushTransactionRejectedAllOfLinks.factor
(UserFactor factor) UserFactorPushTransactionTimeoutAllOfLinks.factor
(UserFactor factor) void
UserFactorPushTransactionRejectedAllOfLinks.setFactor
(UserFactor factor) void
UserFactorPushTransactionTimeoutAllOfLinks.setFactor
(UserFactor factor)