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.activateFactor(String userId, String factorId, UserFactorActivateRequest body) Activate a Factor Activates a Factor.UserFactorApi.activateFactor(String userId, String factorId, UserFactorActivateRequest 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, String acceptLanguage) Enroll a Factor Enrolls a supported Factor for the specified user.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.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.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. -
Uses of UserFactor in com.okta.sdk.resource.model
Subclasses of UserFactor in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclassUserFactorCallclassUserFactorCustomHOTPclassUserFactorEmailclassUserFactorHardwareclassUserFactorPushclassUserFactorPushTransactionRejectedAllOfLinksclassUserFactorPushTransactionTimeoutAllOfLinksclassUserFactorSecurityQuestionclassUserFactorSMSclassUserFactorTokenclassUserFactorTOTPclassUserFactorU2FclassUserFactorWebclassUserFactorWebAuthnMethods in com.okta.sdk.resource.model that return UserFactorModifier and TypeMethodDescriptionUserFactor.factorType(UserFactorType factorType) UserFactor.provider(UserFactorProvider provider) UserFactor.status(UserFactorStatus status)