@ConfigurationProperties(value="recaptcha")
public class RecaptchaProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecaptchaProperties.Security |
static class |
RecaptchaProperties.Testing |
static class |
RecaptchaProperties.Validation |
| Constructor and Description |
|---|
RecaptchaProperties() |
| Modifier and Type | Method and Description |
|---|---|
RecaptchaProperties.Security |
getSecurity() |
RecaptchaProperties.Testing |
getTesting() |
RecaptchaProperties.Validation |
getValidation() |
void |
setSecurity(RecaptchaProperties.Security security) |
void |
setTesting(RecaptchaProperties.Testing testing) |
void |
setValidation(RecaptchaProperties.Validation validation) |
public RecaptchaProperties.Validation getValidation()
public void setValidation(RecaptchaProperties.Validation validation)
public RecaptchaProperties.Security getSecurity()
public void setSecurity(RecaptchaProperties.Security security)
public RecaptchaProperties.Testing getTesting()
public void setTesting(RecaptchaProperties.Testing testing)