Uses of Enum
com.okta.sdk.resource.model.AuthenticationMethod.HardwareProtectionEnum
Packages that use AuthenticationMethod.HardwareProtectionEnum
-
Uses of AuthenticationMethod.HardwareProtectionEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticationMethod.HardwareProtectionEnumModifier and TypeMethodDescriptionAuthenticationMethod.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.AuthenticationMethod.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 AuthenticationMethod.HardwareProtectionEnumModifier and TypeMethodDescriptionAuthenticationMethod.hardwareProtection(AuthenticationMethod.HardwareProtectionEnum hardwareProtection) voidAuthenticationMethod.setHardwareProtection(AuthenticationMethod.HardwareProtectionEnum hardwareProtection)