Package com.okta.sdk.resource.model
Class UserFactor
java.lang.Object
com.okta.sdk.resource.model.UserFactor
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserFactorCall
,UserFactorCustomHOTP
,UserFactorEmail
,UserFactorHardware
,UserFactorPush
,UserFactorPushTransactionRejectedAllOfLinks
,UserFactorPushTransactionTimeoutAllOfLinks
,UserFactorSecurityQuestion
,UserFactorSMS
,UserFactorToken
,UserFactorTOTP
,UserFactorU2F
,UserFactorWeb
,UserFactorWebAuthn
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class UserFactor
extends Object
implements Serializable
UserFactor
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
factorType
(UserFactorType factorType) Timestamp when the Factor was enrolledGet embeddedGet factorTypegetId()
ID of the FactorTimestamp when the Factor was last updatedgetLinks()
Get linksSpecific attributes related to the FactorGet providerGet statusName of the Factor vendor.int
hashCode()
provider
(UserFactorProvider provider) void
setFactorType
(UserFactorType factorType) void
void
setProfile
(Object profile) void
setProvider
(UserFactorProvider provider) void
setStatus
(UserFactorStatus status) status
(UserFactorStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_FACTOR_TYPE
- See Also:
-
factorType
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_PROVIDER
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_VENDOR_NAME
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserFactor
public UserFactor()
-
-
Method Details
-
getCreated
Timestamp when the Factor was enrolled- Returns:
- created
-
factorType
-
getFactorType
-
setFactorType
-
getId
-
getLastUpdated
Timestamp when the Factor was last updated- Returns:
- lastUpdated
-
profile
-
getProfile
-
setProfile
-
provider
-
getProvider
-
setProvider
-
status
-
getStatus
-
setStatus
-
getVendorName
-
getEmbedded
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-