Uses of Enum
com.okta.sdk.resource.model.PossessionConstraint.HardwareProtectionEnum
Packages that use PossessionConstraint.HardwareProtectionEnum
-
Uses of PossessionConstraint.HardwareProtectionEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PossessionConstraint.HardwareProtectionEnumModifier 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.Methods in com.okta.sdk.resource.model with parameters of type PossessionConstraint.HardwareProtectionEnumModifier and TypeMethodDescriptionPossessionConstraint.hardwareProtection
(PossessionConstraint.HardwareProtectionEnum hardwareProtection) void
PossessionConstraint.setHardwareProtection
(PossessionConstraint.HardwareProtectionEnum hardwareProtection)