Uses of Class
com.okta.sdk.resource.model.UserLockoutSettings
Packages that use UserLockoutSettings
-
Uses of UserLockoutSettings in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserLockoutSettingsModifier and TypeMethodDescriptionAttackProtectionApi.replaceUserLockoutSettings
(UserLockoutSettings lockoutSettings) Replace the User Lockout Settings Replaces the User Lockout Settings for an orgAttackProtectionApi.replaceUserLockoutSettings
(UserLockoutSettings lockoutSettings, Map<String, String> additionalHeaders) Replace the User Lockout Settings Replaces the User Lockout Settings for an orgMethods in com.okta.sdk.resource.api that return types with arguments of type UserLockoutSettingsModifier and TypeMethodDescriptionAttackProtectionApi.getUserLockoutSettings()
Retrieve the User Lockout Settings Retrieves the User Lockout Settings for an orgAttackProtectionApi.getUserLockoutSettings
(Map<String, String> additionalHeaders) Retrieve the User Lockout Settings Retrieves the User Lockout Settings for an orgMethods in com.okta.sdk.resource.api with parameters of type UserLockoutSettingsModifier and TypeMethodDescriptionAttackProtectionApi.replaceUserLockoutSettings
(UserLockoutSettings lockoutSettings) Replace the User Lockout Settings Replaces the User Lockout Settings for an orgAttackProtectionApi.replaceUserLockoutSettings
(UserLockoutSettings lockoutSettings, Map<String, String> additionalHeaders) Replace the User Lockout Settings Replaces the User Lockout Settings for an org -
Uses of UserLockoutSettings in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserLockoutSettingsModifier and TypeMethodDescriptionUserLockoutSettings.preventBruteForceLockoutFromUnknownDevices
(Boolean preventBruteForceLockoutFromUnknownDevices)