static Captcha.Builder |
Captcha.builder() |
Create a new builder.
|
Captcha.Builder |
Captcha.Builder.copy(Captcha model) |
|
Captcha.Builder |
Captcha.Builder.failureMessage(String failureMessage) |
The text to show when incorrect CAPTCHA text is entered.
|
Captcha.Builder |
Captcha.Builder.footerText(String footerText) |
The text to show in the footer when showing a CAPTCHA challenge.
|
Captcha.Builder |
Captcha.Builder.headerText(String headerText) |
The text to show in the header when showing a CAPTCHA challenge.
|
Captcha.Builder |
Captcha.Builder.sessionExpirationInSeconds(Integer sessionExpirationInSeconds) |
The amount of time before the CAPTCHA expires, in seconds.
|
Captcha.Builder |
Captcha.Builder.submitLabel(String submitLabel) |
The text to show on the label of the CAPTCHA challenge submit button.
|
Captcha.Builder |
Captcha.Builder.title(String title) |
The title used when displaying a CAPTCHA challenge.
|
Captcha.Builder |
Captcha.toBuilder() |
|
Captcha.Builder |
Captcha.Builder.url(String url) |
The unique URL path at which to show the CAPTCHA challenge.
|