Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Class and Description |
---|---|
class |
AddHttpResponseHeaderAction
An object that represents the action of replacing or adding a header field.
|
class |
ExtendHttpResponseHeaderAction
An object that represents the action of adding a header field to a response.
|
class |
RemoveHttpResponseHeaderAction
An object that represents the action of removing from a response all occurrences of header fields
with a specified name.
|
Modifier and Type | Method and Description |
---|---|
List<HeaderManipulationAction> |
AccessRule.getResponseHeaderManipulation()
An object that represents an action to apply to an HTTP response headers if all rule criteria
will be matched regardless of
action value. |
Modifier and Type | Method and Description |
---|---|
AccessRule.Builder |
AccessRule.Builder.responseHeaderManipulation(List<HeaderManipulationAction> responseHeaderManipulation)
An object that represents an action to apply to an HTTP response headers if all rule
criteria will be matched regardless of
action value. |
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.