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
,UserFactorEmail
,UserFactorPush
,UserFactorSecurityQuestion
,UserFactorSMS
,UserFactorToken
,UserFactorTokenHardware
,UserFactorTokenHOTP
,UserFactorTokenSoftwareTOTP
,UserFactorU2F
,UserFactorWeb
,UserFactorWebAuthn
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserFactor
extends Object
implements Serializable
UserFactor
- See Also:
-
Field Summary
-
Constructor Summary
-
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()
links
(UserFactorLinks links) provider
(UserFactorProvider provider) void
setFactorType
(UserFactorType factorType) void
setLinks
(UserFactorLinks links) 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
Get factorType- Returns:
- factorType
-
setFactorType
-
getId
ID of the Factor- Returns:
- id
-
getLastUpdated
Timestamp when the Factor was last updated- Returns:
- lastUpdated
-
profile
-
getProfile
Specific attributes related to the Factor- Returns:
- profile
-
setProfile
-
provider
-
getProvider
Get provider- Returns:
- provider
-
setProvider
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
getVendorName
Name of the Factor vendor. This is usually the same as the provider except for On-Prem MFA where it depends on administrator settings.- Returns:
- vendorName
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-