Package com.okta.sdk.resource.model
Class WebAuthnPreregistrationFactor
java.lang.Object
com.okta.sdk.resource.model.WebAuthnPreregistrationFactor
- All Implemented Interfaces:
Serializable
@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 WebAuthnPreregistrationFactor
extends Object
implements Serializable
User Factor variant used for WebAuthn Preregistration Factors
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
factorType
(UserFactorType factorType) Timestamp indicating when the Factor was enrolledGet factorTypegetId()
ID of the FactorTimestamp indicating 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:
-
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_LINKS
- See Also:
-
-
Constructor Details
-
WebAuthnPreregistrationFactor
public WebAuthnPreregistrationFactor()
-
-
Method Details
-
getCreated
Timestamp indicating when the Factor was enrolled- Returns:
- created
-
factorType
-
getFactorType
Get factorType- Returns:
- factorType
-
setFactorType
-
getId
ID of the Factor- Returns:
- id
-
getLastUpdated
Timestamp indicating 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.- Returns:
- vendorName
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-