Class AttackProtectionApi

java.lang.Object
com.okta.sdk.resource.api.AttackProtectionApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class AttackProtectionApi extends Object
  • Constructor Details

    • AttackProtectionApi

      public AttackProtectionApi()
    • AttackProtectionApi

      public AttackProtectionApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getUserLockoutSettings

      public List<UserLockoutSettings> getUserLockoutSettings() throws ApiException
      Retrieve the User Lockout Settings Retrieves the User Lockout Settings for an org
      Returns:
      List<UserLockoutSettings>
      Throws:
      ApiException - if fails to make API call
    • getUserLockoutSettings

      public List<UserLockoutSettings> getUserLockoutSettings(Map<String,String> additionalHeaders) throws ApiException
      Retrieve the User Lockout Settings Retrieves the User Lockout Settings for an org
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      List<UserLockoutSettings>
      Throws:
      ApiException - if fails to make API call
    • replaceUserLockoutSettings

      public UserLockoutSettings replaceUserLockoutSettings(UserLockoutSettings lockoutSettings) throws ApiException
      Replace the User Lockout Settings Replaces the User Lockout Settings for an org
      Parameters:
      lockoutSettings - (required)
      Returns:
      UserLockoutSettings
      Throws:
      ApiException - if fails to make API call
    • replaceUserLockoutSettings

      public UserLockoutSettings replaceUserLockoutSettings(UserLockoutSettings lockoutSettings, Map<String,String> additionalHeaders) throws ApiException
      Replace the User Lockout Settings Replaces the User Lockout Settings for an org
      Parameters:
      lockoutSettings - (required)
      additionalHeaders - additionalHeaders for this call
      Returns:
      UserLockoutSettings
      Throws:
      ApiException - if fails to make API call
    • getObjectMapper

      protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()