Package com.okta.sdk.resource.api
Class AttackProtectionApi
java.lang.Object
com.okta.sdk.resource.api.AttackProtectionApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AttackProtectionApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the Authenticator Settings Retrieves the Authenticator Settings for an orggetAuthenticatorSettings
(Map<String, String> additionalHeaders) Retrieve the Authenticator Settings Retrieves the Authenticator Settings for an orgprotected static com.fasterxml.jackson.databind.ObjectMapper
Retrieve the User Lockout Settings Retrieves the User Lockout Settings for an orggetUserLockoutSettings
(Map<String, String> additionalHeaders) Retrieve the User Lockout Settings Retrieves the User Lockout Settings for an orgreplaceAuthenticatorSettings
(AttackProtectionAuthenticatorSettings authenticatorSettings) Replace the Authenticator Settings Replaces the Authenticator Settings for an orgreplaceAuthenticatorSettings
(AttackProtectionAuthenticatorSettings authenticatorSettings, Map<String, String> additionalHeaders) Replace the Authenticator Settings Replaces the Authenticator Settings for an orgreplaceUserLockoutSettings
(UserLockoutSettings lockoutSettings) Replace the User Lockout Settings Replaces the User Lockout Settings for an orgreplaceUserLockoutSettings
(UserLockoutSettings lockoutSettings, Map<String, String> additionalHeaders) Replace the User Lockout Settings Replaces the User Lockout Settings for an orgvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
AttackProtectionApi
public AttackProtectionApi() -
AttackProtectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAuthenticatorSettings
Retrieve the Authenticator Settings Retrieves the Authenticator Settings for an org- Returns:
- List<AttackProtectionAuthenticatorSettings>
- Throws:
ApiException
- if fails to make API call
-
getAuthenticatorSettings
public List<AttackProtectionAuthenticatorSettings> getAuthenticatorSettings(Map<String, String> additionalHeaders) throws ApiExceptionRetrieve the Authenticator Settings Retrieves the Authenticator Settings for an org- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- List<AttackProtectionAuthenticatorSettings>
- Throws:
ApiException
- if fails to make API call
-
getUserLockoutSettings
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 ApiExceptionRetrieve 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
-
replaceAuthenticatorSettings
public AttackProtectionAuthenticatorSettings replaceAuthenticatorSettings(AttackProtectionAuthenticatorSettings authenticatorSettings) throws ApiException Replace the Authenticator Settings Replaces the Authenticator Settings for an org- Parameters:
authenticatorSettings
- (required)- Returns:
- AttackProtectionAuthenticatorSettings
- Throws:
ApiException
- if fails to make API call
-
replaceAuthenticatorSettings
public AttackProtectionAuthenticatorSettings replaceAuthenticatorSettings(AttackProtectionAuthenticatorSettings authenticatorSettings, Map<String, String> additionalHeaders) throws ApiExceptionReplace the Authenticator Settings Replaces the Authenticator Settings for an org- Parameters:
authenticatorSettings
- (required)additionalHeaders
- additionalHeaders for this call- Returns:
- AttackProtectionAuthenticatorSettings
- 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 ApiExceptionReplace 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()
-