Uses of Enum
com.okta.sdk.resource.model.UserFactorStatus
Packages that use UserFactorStatus
-
Uses of UserFactorStatus in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserFactorStatusModifier and TypeMethodDescriptionstatic UserFactorStatusUserFactor.getStatus()Get statusUserFactorSupported.getStatus()Get statusWebAuthnPreregistrationFactor.getStatus()Get statusstatic UserFactorStatusReturns the enum constant of this type with the specified name.static UserFactorStatus[]UserFactorStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type UserFactorStatusModifier and TypeMethodDescriptionvoidUserFactor.setStatus(UserFactorStatus status) voidUserFactorSupported.setStatus(UserFactorStatus status) voidWebAuthnPreregistrationFactor.setStatus(UserFactorStatus status) UserFactor.status(UserFactorStatus status) UserFactorSupported.status(UserFactorStatus status) WebAuthnPreregistrationFactor.status(UserFactorStatus status)