Uses of Enum
com.okta.sdk.resource.model.PossessionConstraint.HardwareProtectionEnum
-
Uses of PossessionConstraint.HardwareProtectionEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionPossessionConstraint.getHardwareProtection()
Indicates if any secrets or private keys used during authentication must be hardware protected and not exportable.Returns the enum constant of this type with the specified name.PossessionConstraint.HardwareProtectionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPossessionConstraint.hardwareProtection
(PossessionConstraint.HardwareProtectionEnum hardwareProtection) void
PossessionConstraint.setHardwareProtection
(PossessionConstraint.HardwareProtectionEnum hardwareProtection)