Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static DeviceFingerprintChallenge.Action |
DeviceFingerprintChallenge.Action.create(String key) |
DeviceFingerprintChallenge.Action |
DeviceFingerprintChallenge.getAction()
The action to take on requests from detected bots.
|
static DeviceFingerprintChallenge.Action |
DeviceFingerprintChallenge.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceFingerprintChallenge.Action[] |
DeviceFingerprintChallenge.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeviceFingerprintChallenge.Builder |
DeviceFingerprintChallenge.Builder.action(DeviceFingerprintChallenge.Action action)
The action to take on requests from detected bots.
|
Constructor and Description |
---|
DeviceFingerprintChallenge(Boolean isEnabled,
DeviceFingerprintChallenge.Action action,
Integer failureThreshold,
Integer actionExpirationInSeconds,
Integer failureThresholdExpirationInSeconds,
Integer maxAddressCount,
Integer maxAddressCountExpirationInSeconds,
BlockChallengeSettings challengeSettings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.