Uses of Enum
com.okta.sdk.resource.model.PossessionConstraint.UserPresenceEnum
Packages that use PossessionConstraint.UserPresenceEnum
-
Uses of PossessionConstraint.UserPresenceEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PossessionConstraint.UserPresenceEnumModifier and TypeMethodDescriptionPossessionConstraint.getUserPresence()
Indicates if the user needs to approve an Okta Verify prompt or provide biometrics (meets NIST AAL2 requirements).Returns the enum constant of this type with the specified name.PossessionConstraint.UserPresenceEnum.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 PossessionConstraint.UserPresenceEnumModifier and TypeMethodDescriptionvoid
PossessionConstraint.setUserPresence
(PossessionConstraint.UserPresenceEnum userPresence) PossessionConstraint.userPresence
(PossessionConstraint.UserPresenceEnum userPresence)