Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static AccessRule.BypassChallenges |
AccessRule.BypassChallenges.create(String key) |
static AccessRule.BypassChallenges |
AccessRule.BypassChallenges.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRule.BypassChallenges[] |
AccessRule.BypassChallenges.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<AccessRule.BypassChallenges> |
AccessRule.getBypassChallenges()
The list of challenges to bypass when
action is set to BYPASS . |
Modifier and Type | Method and Description |
---|---|
AccessRule.Builder |
AccessRule.Builder.bypassChallenges(List<AccessRule.BypassChallenges> bypassChallenges)
The list of challenges to bypass when
action is set to BYPASS . |
Constructor and Description |
---|
AccessRule(String name,
List<AccessRuleCriteria> criteria,
AccessRule.Action action,
AccessRule.BlockAction blockAction,
Integer blockResponseCode,
String blockErrorPageMessage,
String blockErrorPageCode,
String blockErrorPageDescription,
List<AccessRule.BypassChallenges> bypassChallenges,
String redirectUrl,
AccessRule.RedirectResponseCode redirectResponseCode,
String captchaTitle,
String captchaHeader,
String captchaFooter,
String captchaSubmitLabel,
List<HeaderManipulationAction> responseHeaderManipulation)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.