Uses of Class
com.okta.sdk.resource.model.UserFactor
Packages that use UserFactor
Package
Description
-
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 TypeMethodDescriptionstatic Class
<? extends UserFactor> HelperUtil.getUserFactorType
(UserFactor userFactor) 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) static Class
<? extends UserFactor> HelperUtil.getUserFactorType
(UserFactor userFactor) <T extends UserFactor>
TUserFactorApiHelper.resendEnrollFactorOfType
(Class<T> classType, String userId, String factorId, UserFactor userFactor, String templateId) -
Uses of UserFactor in com.okta.sdk.impl.deserializer
Methods in com.okta.sdk.impl.deserializer that return UserFactorModifier and TypeMethodDescriptionUserFactorDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
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, 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 com.okta.sdk.resource.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 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) 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 com.okta.sdk.resource.model
Subclasses of UserFactor in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclass
CallUserFactorclass
CustomHotpUserFactorclass
EmailUserFactorclass
HardwareUserFactorclass
PushUserFactorclass
SecurityQuestionUserFactorclass
SmsUserFactorclass
TokenUserFactorclass
TotpUserFactorclass
U2fUserFactorclass
WebAuthnUserFactorclass
WebUserFactorMethods in com.okta.sdk.resource.model that return UserFactorModifier and TypeMethodDescriptionUserFactor.factorType
(FactorType factorType) UserFactor.provider
(FactorProvider provider) UserFactor.status
(FactorStatus status) UserFactor.verify
(VerifyFactorRequest verify)