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