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