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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class UserFactor
extends Object
implements Serializable
UserFactor
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfactorType(FactorType factorType) Get createdGet embeddedGet factorTypegetId()Get idGet lastUpdatedgetLinks()Get linksFactor-specific attributesGet providerGet statusGet verifyinthashCode()provider(FactorProvider provider) voidsetFactorType(FactorType factorType) voidvoidsetProfile(Object profile) voidsetProvider(FactorProvider provider) voidsetStatus(FactorStatus status) voidsetVerify(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
-