Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
Header |
Header.Builder.build() |
Header |
HumanInteractionChallenge.getSetHttpHeader()
Adds an additional HTTP header to requests that fail the challenge before being passed to the
origin.
|
Header |
JsChallenge.getSetHttpHeader()
Adds an additional HTTP header to requests that fail the challenge before being passed to the
origin.
|
Modifier and Type | Method and Description |
---|---|
List<Header> |
Origin.getCustomHeaders()
A list of HTTP headers to forward to your origin.
|
Modifier and Type | Method and Description |
---|---|
Header.Builder |
Header.Builder.copy(Header model) |
HumanInteractionChallenge.Builder |
HumanInteractionChallenge.Builder.setHttpHeader(Header setHttpHeader)
Adds an additional HTTP header to requests that fail the challenge before being passed to
the origin.
|
JsChallenge.Builder |
JsChallenge.Builder.setHttpHeader(Header setHttpHeader)
Adds an additional HTTP header to requests that fail the challenge before being passed to
the origin.
|
Modifier and Type | Method and Description |
---|---|
Origin.Builder |
Origin.Builder.customHeaders(List<Header> customHeaders)
A list of HTTP headers to forward to your origin.
|
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.
|
JsChallenge(Boolean isEnabled,
JsChallenge.Action action,
Integer failureThreshold,
Integer actionExpirationInSeconds,
Header setHttpHeader,
BlockChallengeSettings challengeSettings,
Boolean areRedirectsChallenged,
List<AccessRuleCriteria> criteria,
Boolean isNatEnabled)
Deprecated.
|
Constructor and Description |
---|
Origin(String uri,
Integer httpPort,
Integer httpsPort,
List<Header> customHeaders)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.