Package com.okta.sdk.resource.model
Class UserFactor
java.lang.Object
com.okta.sdk.resource.model.UserFactor
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CallUserFactor
,CustomHotpUserFactor
,EmailUserFactor
,HardwareUserFactor
,PushUserFactor
,SecurityQuestionUserFactor
,SmsUserFactor
,TokenUserFactor
,TotpUserFactor
,U2fUserFactor
,WebAuthnUserFactor
,WebUserFactor
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class UserFactor
extends Object
implements Serializable
UserFactor
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
factorType
(FactorType factorType) Get createdGet embeddedGet factorTypegetId()
Get idGet lastUpdatedgetLinks()
Get linksFactor-specific attributesGet providerGet statusGet verifyint
hashCode()
provider
(FactorProvider provider) void
setFactorType
(FactorType factorType) void
void
setProfile
(Object profile) void
setProvider
(FactorProvider provider) void
setStatus
(FactorStatus status) void
setVerify
(VerifyFactorRequest verify) status
(FactorStatus status) toString()
verify
(VerifyFactorRequest verify)
-
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_VERIFY
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserFactor
public UserFactor()
-
-
Method Details
-
getCreated
Get created- Returns:
- created
-
factorType
-
getFactorType
Get factorType- Returns:
- factorType
-
setFactorType
-
getId
Get id- Returns:
- id
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
profile
-
getProfile
Factor-specific attributes- Returns:
- profile
-
setProfile
-
provider
-
getProvider
Get provider- Returns:
- provider
-
setProvider
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
verify
-
getVerify
Get verify- Returns:
- verify
-
setVerify
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-