BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.blockAction(BlockChallengeSettings.BlockAction blockAction) |
The method used to block requests that fail the challenge, if action is set to
BLOCK.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.blockErrorPageCode(String blockErrorPageCode) |
The error code to show on the error page when action is set to BLOCK,
blockAction is set to SHOW_ERROR_PAGE and the request is blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.blockErrorPageDescription(String blockErrorPageDescription) |
The description text to show on the error page when action is set to
BLOCK, blockAction is set to SHOW_ERROR_PAGE, and the request is
blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.blockErrorPageMessage(String blockErrorPageMessage) |
The message to show on the error page when action is set to BLOCK,
blockAction is set to SHOW_ERROR_PAGE, and the request is blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.blockResponseCode(Integer blockResponseCode) |
The response status code to return when action is set to BLOCK,
blockAction is set to SET_RESPONSE_CODE or SHOW_ERROR_PAGE, and the
request is blocked.
|
static BlockChallengeSettings.Builder |
BlockChallengeSettings.builder() |
Create a new builder.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.captchaFooter(String captchaFooter) |
The text to show in the footer when showing a CAPTCHA challenge when action is
set to BLOCK, blockAction is set to SHOW_CAPTCHA, and the request
is blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.captchaHeader(String captchaHeader) |
The text to show in the header when showing a CAPTCHA challenge when action is
set to BLOCK, blockAction is set to SHOW_CAPTCHA, and the request
is blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.captchaSubmitLabel(String captchaSubmitLabel) |
The text to show on the label of the CAPTCHA challenge submit button when action
is set to BLOCK, blockAction is set to SHOW_CAPTCHA, and the
request is blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.captchaTitle(String captchaTitle) |
The title used when showing a CAPTCHA challenge when action is set to
BLOCK, blockAction is set to SHOW_CAPTCHA, and the request is blocked.
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.copy(BlockChallengeSettings model) |
|
BlockChallengeSettings.Builder |
BlockChallengeSettings.toBuilder() |
|