Uses of Enum
com.okta.sdk.resource.model.PushMethodKeyProtection
Packages that use PushMethodKeyProtection
-
Uses of PushMethodKeyProtection in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PushMethodKeyProtectionModifier and TypeMethodDescriptionstatic PushMethodKeyProtection
AuthenticatorMethodPushAllOfSettings.getKeyProtection()
Get keyProtectionAuthenticatorMethodSignedNonceAllOfSettings.getKeyProtection()
Get keyProtectionSupportedMethodsSettings.getKeyProtection()
Get keyProtectionstatic PushMethodKeyProtection
Returns the enum constant of this type with the specified name.static PushMethodKeyProtection[]
PushMethodKeyProtection.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 PushMethodKeyProtectionModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) AuthenticatorMethodSignedNonceAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) SupportedMethodsSettings.keyProtection
(PushMethodKeyProtection keyProtection) void
AuthenticatorMethodPushAllOfSettings.setKeyProtection
(PushMethodKeyProtection keyProtection) void
AuthenticatorMethodSignedNonceAllOfSettings.setKeyProtection
(PushMethodKeyProtection keyProtection) void
SupportedMethodsSettings.setKeyProtection
(PushMethodKeyProtection keyProtection)