Uses of Class
org.openapitools.client.model.UserFactor
Packages that use UserFactor
-
Uses of UserFactor in org.openapitools.client.api
Methods in org.openapitools.client.api that return UserFactorModifier and TypeMethodDescriptionUserFactorApi.activateFactor
(String userId, String factorId, ActivateFactorRequest body) Activate a Factor The `sms` and `token:software:totp` factor types require activation to complete the enrollment processUserFactorApi.enrollFactor
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) Enroll a Factor Enrolls a user with a supported factorRetrieve a Factor Retrieves a factor for the specified userMethods in org.openapitools.client.api that return types with arguments of type UserFactorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserFactor>
UserFactorApi.activateFactorWithHttpInfo
(String userId, String factorId, ActivateFactorRequest body) Activate a Factor The `sms` and `token:software:totp` factor types require activation to complete the enrollment processorg.springframework.http.ResponseEntity<UserFactor>
UserFactorApi.enrollFactorWithHttpInfo
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) Enroll a Factor Enrolls a user with a supported factororg.springframework.http.ResponseEntity<UserFactor>
UserFactorApi.getFactorWithHttpInfo
(String userId, String factorId) Retrieve a Factor Retrieves a factor for the specified userUserFactorApi.listFactors
(String userId) List all Factors Lists all the enrolled factors for the specified userorg.springframework.http.ResponseEntity<List<UserFactor>>
UserFactorApi.listFactorsWithHttpInfo
(String userId) 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 userorg.springframework.http.ResponseEntity<List<UserFactor>>
UserFactorApi.listSupportedFactorsWithHttpInfo
(String userId) List all Supported Factors Lists all the supported factors that can be enrolled for the specified userMethods in org.openapitools.client.api with parameters of type UserFactorModifier and TypeMethodDescription<T> T
UserFactorApi.enrollFactor
(Class<?> T, 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) Enroll a Factor Enrolls a user with a supported factororg.springframework.http.ResponseEntity<UserFactor>
UserFactorApi.enrollFactorWithHttpInfo
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) Enroll a Factor Enrolls a user with a supported factorUserFactorApi.enrollFactorWithPaginationInfo
(String userId, UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) Enroll a Factor Enrolls a user with a supported factor -
Uses of UserFactor in org.openapitools.client.model
Subclasses of UserFactor in org.openapitools.client.modelModifier and TypeClassDescriptionclass
CallUserFactorclass
CustomHotpUserFactorclass
EmailUserFactorclass
HardwareUserFactorclass
PushUserFactorclass
SecurityQuestionUserFactorclass
SmsUserFactorclass
TokenUserFactorclass
TotpUserFactorclass
U2fUserFactorclass
WebAuthnUserFactorclass
WebUserFactorMethods in org.openapitools.client.model that return UserFactorModifier and TypeMethodDescriptionUserFactor.factorType
(FactorType factorType) UserFactor.provider
(FactorProvider provider) UserFactor.status
(FactorStatus status) UserFactor.verify
(VerifyFactorRequest verify)