@Validated
@ConfigurationProperties(prefix="lemon")
public class LemonProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LemonProperties.Admin
Properties regarding the initial Admin user to be created
|
static class |
LemonProperties.Cors
CORS configuration related properties
|
static class |
LemonProperties.Jwt
Properties related to JWT token generation
|
static class |
LemonProperties.Recaptcha
Recaptcha related properties
|
Constructor and Description |
---|
LemonProperties() |
Modifier and Type | Method and Description |
---|---|
LemonProperties.Admin |
getAdmin() |
java.lang.String |
getApplicationUrl() |
LemonProperties.Cors |
getCors() |
LemonProperties.Jwt |
getJwt() |
java.lang.String |
getOauth2AuthenticationSuccessUrl() |
LemonProperties.Recaptcha |
getRecaptcha()
Gettrer and setters
|
java.util.Map<java.lang.String,java.lang.Object> |
getShared() |
void |
setAdmin(LemonProperties.Admin admin) |
void |
setApplicationUrl(java.lang.String applicationUrl) |
void |
setCors(LemonProperties.Cors cors) |
void |
setJwt(LemonProperties.Jwt jwt) |
void |
setOauth2AuthenticationSuccessUrl(java.lang.String oauth2AuthenticationSuccessUrl) |
void |
setRecaptcha(LemonProperties.Recaptcha recaptcha) |
void |
setShared(java.util.Map<java.lang.String,java.lang.Object> shared) |
public LemonProperties.Recaptcha getRecaptcha()
public void setRecaptcha(LemonProperties.Recaptcha recaptcha)
public LemonProperties.Cors getCors()
public void setCors(LemonProperties.Cors cors)
public LemonProperties.Admin getAdmin()
public void setAdmin(LemonProperties.Admin admin)
public java.util.Map<java.lang.String,java.lang.Object> getShared()
public void setShared(java.util.Map<java.lang.String,java.lang.Object> shared)
public java.lang.String getApplicationUrl()
public void setApplicationUrl(java.lang.String applicationUrl)
public java.lang.String getOauth2AuthenticationSuccessUrl()
public void setOauth2AuthenticationSuccessUrl(java.lang.String oauth2AuthenticationSuccessUrl)
public LemonProperties.Jwt getJwt()
public void setJwt(LemonProperties.Jwt jwt)