Class WebappProperty
java.lang.Object
org.camunda.bpm.spring.boot.starter.property.WebappProperty
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected AuthenticationProperties
static final String
protected HeaderSecurityProperties
protected boolean
static final String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAuth()
getCsrf()
boolean
protected String
sanitizeApplicationPath
(String applicationPath) void
setApplicationPath
(String applicationPath) void
setAuth
(AuthenticationProperties authentication) void
setCsrf
(CsrfProperties csrf) void
setHeaderSecurity
(HeaderSecurityProperties headerSecurity) void
setIndexRedirectEnabled
(boolean indexRedirectEnabled) void
setSecurityConfigFile
(String securityConfigFile) void
setSessionCookie
(SessionCookieProperties sessionCookie) void
setWebjarClasspath
(String webjarClasspath) toString()
-
Field Details
-
DEFAULT_APP_PATH
- See Also:
-
PREFIX
- See Also:
-
indexRedirectEnabled
protected boolean indexRedirectEnabled -
webjarClasspath
-
securityConfigFile
-
applicationPath
-
headerSecurity
-
auth
-
-
Constructor Details
-
WebappProperty
public WebappProperty()
-
-
Method Details
-
isIndexRedirectEnabled
public boolean isIndexRedirectEnabled() -
setIndexRedirectEnabled
public void setIndexRedirectEnabled(boolean indexRedirectEnabled) -
getWebjarClasspath
-
setWebjarClasspath
-
getSecurityConfigFile
-
setSecurityConfigFile
-
getApplicationPath
-
setApplicationPath
-
sanitizeApplicationPath
-
getCsrf
-
setCsrf
-
getSessionCookie
-
setSessionCookie
-
getHeaderSecurity
-
setHeaderSecurity
-
getAuth
-
setAuth
-
toString
-