Uses of Class
com.okta.sdk.resource.model.UserFactor
Packages that use UserFactor
-
Uses of UserFactor in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserFactorModifier 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 userMethods in com.okta.sdk.resource.api that return types with arguments of type UserFactorModifier 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 userMethods in com.okta.sdk.resource.api with parameters of type UserFactorModifier 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
Subclasses of UserFactor in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclassUserFactorCallclassUserFactorEmailclassUserFactorPushclassUserFactorSecurityQuestionclassUserFactorSMSclassUserFactorTokenclassUserFactorTokenHardwareclassUserFactorTokenHOTPclassUserFactorTokenSoftwareTOTPclassUserFactorU2FclassUserFactorWebclassUserFactorWebAuthnMethods in com.okta.sdk.resource.model that return UserFactorModifier and TypeMethodDescriptionUserFactor.factorType(UserFactorType factorType) UserFactorPushTransactionRejectedAllOfLinks.getFactor()Get factorUserFactorPushTransactionTimeoutAllOfLinks.getFactor()Get factorUserFactor.links(UserFactorLinks links) UserFactor.provider(UserFactorProvider provider) UserFactor.status(UserFactorStatus status) Methods in com.okta.sdk.resource.model with parameters of type UserFactorModifier and TypeMethodDescriptionUserFactorPushTransactionRejectedAllOfLinks.factor(UserFactor factor) UserFactorPushTransactionTimeoutAllOfLinks.factor(UserFactor factor) voidUserFactorPushTransactionRejectedAllOfLinks.setFactor(UserFactor factor) voidUserFactorPushTransactionTimeoutAllOfLinks.setFactor(UserFactor factor)