Uses of Class
org.openapitools.client.model.UserFactor
Packages that use UserFactor
-
Uses of UserFactor in com.okta.sdk.helper
Classes in com.okta.sdk.helper with type parameters of type UserFactorModifier and TypeClassDescriptionclass
UserFactorApiHelper<T extends UserFactor>
Helper class that enables working with sub-typedUserFactor
references.Methods in com.okta.sdk.helper with type parameters of type UserFactorModifier and TypeMethodDescription<T extends UserFactor>
TUserFactorApiHelper.activateFactorOfType
(Class<T> classType, String userId, String factorId, ActivateFactorRequest activateFactorRequest) <T extends UserFactor>
TUserFactorApiHelper.enrollFactorOfType
(Class<T> classType, String userId, UserFactor userFactor, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) <T extends UserFactor>
TUserFactorApiHelper.resendEnrollFactorOfType
(Class<T> classType, String userId, String factorId, UserFactor userFactor, String templateId) Methods in com.okta.sdk.helper that return types with arguments of type UserFactorModifier and TypeMethodDescriptionUserFactorApiHelper.listFactors
(String userId) UserFactorApiHelper.listSupportedFactors
(String userId) Methods in com.okta.sdk.helper with parameters of type UserFactorModifier and TypeMethodDescription<T extends UserFactor>
TUserFactorApiHelper.enrollFactorOfType
(Class<T> classType, String userId, UserFactor userFactor, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, Boolean activate) <T extends UserFactor>
TUserFactorApiHelper.resendEnrollFactorOfType
(Class<T> classType, String userId, String factorId, UserFactor userFactor, String templateId) -
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 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.Methods in org.openapitools.client.api that return types with arguments of type UserFactorModifier 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 userMethods in org.openapitools.client.api with parameters of type UserFactorModifier 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 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)