Uses of Enum
com.okta.sdk.resource.model.PasswordProtectionWarningTrigger
-
Uses of PasswordProtectionWarningTrigger in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionDTCChromeOS.getPasswordProtectionWarningTrigger()
Get passwordProtectionWarningTriggerDTCMacOS.getPasswordProtectionWarningTrigger()
Get passwordProtectionWarningTriggerDTCWindows.getPasswordProtectionWarningTrigger()
Get passwordProtectionWarningTriggerReturns the enum constant of this type with the specified name.static PasswordProtectionWarningTrigger[]
PasswordProtectionWarningTrigger.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDTCChromeOS.passwordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) DTCMacOS.passwordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) DTCWindows.passwordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) void
DTCChromeOS.setPasswordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) void
DTCMacOS.setPasswordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger) void
DTCWindows.setPasswordProtectionWarningTrigger
(PasswordProtectionWarningTrigger passwordProtectionWarningTrigger)