Package | Description |
---|---|
com.okta.sdk.helper | |
com.okta.sdk.impl.deserializer | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Class and Description |
---|---|
class |
UserFactorApiHelper<T extends UserFactor>
Helper class that enables working with sub-typed
UserFactor references. |
Modifier and Type | Method and Description |
---|---|
<T extends UserFactor> |
UserFactorApiHelper.activateFactorOfType(Class<T> classType,
String userId,
String factorId,
ActivateFactorRequest activateFactorRequest) |
<T extends UserFactor> |
UserFactorApiHelper.enrollFactorOfType(Class<T> classType,
String userId,
UserFactor userFactor,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate) |
<T extends UserFactor> |
UserFactorApiHelper.resendEnrollFactorOfType(Class<T> classType,
String userId,
String factorId,
UserFactor userFactor,
String templateId) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends UserFactor> |
HelperUtil.getUserFactorType(UserFactor userFactor) |
Modifier and Type | Method and Description |
---|---|
<T extends UserFactor> |
UserFactorApiHelper.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> |
UserFactorApiHelper.resendEnrollFactorOfType(Class<T> classType,
String userId,
String factorId,
UserFactor userFactor,
String templateId) |
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactorDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactorApi.activateFactor(String userId,
String factorId,
ActivateFactorRequest body)
Activate a Factor
Activates a factor.
|
UserFactor |
UserFactorApi.activateFactor(String userId,
String factorId,
ActivateFactorRequest body,
Map<String,String> additionalHeaders)
Activate a Factor
Activates a factor.
|
UserFactor |
UserFactorApi.enrollFactor(String userId,
UserFactor body,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate)
Enroll a Factor
Enrolls a user with a supported factor
|
UserFactor |
UserFactorApi.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 factor
|
UserFactor |
UserFactorApi.getFactor(String userId,
String factorId)
Retrieve a Factor
Retrieves a factor for the specified user
|
UserFactor |
UserFactorApi.getFactor(String userId,
String factorId,
Map<String,String> additionalHeaders)
Retrieve a Factor
Retrieves a factor for the specified user
|
UserFactor |
UserFactorApi.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.
|
UserFactor |
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.
|
Modifier and Type | Method and Description |
---|---|
List<UserFactor> |
UserFactorApi.listFactors(String userId)
List all Factors
Lists all the enrolled factors for the specified user
|
List<UserFactor> |
UserFactorApi.listFactors(String userId,
Map<String,String> additionalHeaders)
List all Factors
Lists all the enrolled factors for the specified user
|
List<UserFactor> |
UserFactorApi.listSupportedFactors(String userId)
List all Supported Factors
Lists all the supported factors that can be enrolled for the specified user
|
List<UserFactor> |
UserFactorApi.listSupportedFactors(String userId,
Map<String,String> additionalHeaders)
List all Supported Factors
Lists all the supported factors that can be enrolled for the specified user
|
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactorApi.enrollFactor(String userId,
UserFactor body,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate)
Enroll a Factor
Enrolls a user with a supported factor
|
UserFactor |
UserFactorApi.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 factor
|
UserFactor |
UserFactorApi.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.
|
UserFactor |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CallUserFactor
CallUserFactor
|
class |
CustomHotpUserFactor
CustomHotpUserFactor
|
class |
EmailUserFactor
EmailUserFactor
|
class |
HardwareUserFactor
HardwareUserFactor
|
class |
PushUserFactor
PushUserFactor
|
class |
SecurityQuestionUserFactor
SecurityQuestionUserFactor
|
class |
SmsUserFactor
SmsUserFactor
|
class |
TokenUserFactor
TokenUserFactor
|
class |
TotpUserFactor
TotpUserFactor
|
class |
U2fUserFactor
U2fUserFactor
|
class |
WebAuthnUserFactor
WebAuthnUserFactor
|
class |
WebUserFactor
WebUserFactor
|
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactor.factorType(FactorType factorType) |
UserFactor |
UserFactor.links(LinksSelf links) |
UserFactor |
UserFactor.profile(Object profile) |
UserFactor |
UserFactor.provider(FactorProvider provider) |
UserFactor |
UserFactor.status(FactorStatus status) |
UserFactor |
UserFactor.verify(VerifyFactorRequest verify) |
Copyright © 2017–2023 Okta. All rights reserved.