Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
AccessRuleCriteria |
AccessRuleCriteria.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AccessRuleCriteria> |
AccessRule.getCriteria()
The list of access rule criteria.
|
List<AccessRuleCriteria> |
JsChallenge.getCriteria()
When defined, the JavaScript Challenge would be applied only for the requests that matched
all the listed conditions.
|
Modifier and Type | Method and Description |
---|---|
AccessRuleCriteria.Builder |
AccessRuleCriteria.Builder.copy(AccessRuleCriteria model) |
Modifier and Type | Method and Description |
---|---|
AccessRule.Builder |
AccessRule.Builder.criteria(List<AccessRuleCriteria> criteria)
The list of access rule criteria.
|
JsChallenge.Builder |
JsChallenge.Builder.criteria(List<AccessRuleCriteria> criteria)
When defined, the JavaScript Challenge would be applied only for the requests that
matched all the listed conditions.
|
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.
|
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.