Class EnduserProperties
- java.lang.Object
-
- org.apache.syncope.common.lib.SyncopeProperties
-
- org.apache.syncope.client.ui.commons.CommonUIProperties
-
- org.apache.syncope.client.enduser.EnduserProperties
-
- All Implemented Interfaces:
Serializable
@ConfigurationProperties("enduser") public class EnduserProperties extends CommonUIProperties
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnduserProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomFormLayout()
Map<String,Class<? extends BasePage>>
getPage()
Class<? extends Sidebar>
getSidebar()
boolean
isCaptcha()
boolean
isReportPropagationErrorDetails()
boolean
isReportPropagationErrors()
void
setCaptcha(boolean captcha)
void
setCustomFormLayout(String customFormLayout)
void
setReportPropagationErrorDetails(boolean reportPropagationErrorDetails)
void
setReportPropagationErrors(boolean reportPropagationErrors)
void
setSidebar(Class<? extends Sidebar> sidebar)
-
Methods inherited from class org.apache.syncope.client.ui.commons.CommonUIProperties
getAdminUser, getMaxUploadFileSizeMB, getMaxWaitTimeOnApplyChanges, getSecurityHeaders, getxForwardHttpPort, getxForwardHttpsPort, getxForwardProtocolHeader, isCsrf, isxForward, setAdminUser, setCsrf, setMaxUploadFileSizeMB, setMaxWaitTimeOnApplyChanges, setxForward, setxForwardHttpPort, setxForwardHttpsPort, setxForwardProtocolHeader
-
Methods inherited from class org.apache.syncope.common.lib.SyncopeProperties
getAnonymousKey, getAnonymousUser, isUseGZIPCompression, setAnonymousKey, setAnonymousUser, setUseGZIPCompression
-
-
-
-
Method Detail
-
getCustomFormLayout
public String getCustomFormLayout()
-
setCustomFormLayout
public void setCustomFormLayout(String customFormLayout)
-
isCaptcha
public boolean isCaptcha()
-
setCaptcha
public void setCaptcha(boolean captcha)
-
isReportPropagationErrors
public boolean isReportPropagationErrors()
-
setReportPropagationErrors
public void setReportPropagationErrors(boolean reportPropagationErrors)
-
isReportPropagationErrorDetails
public boolean isReportPropagationErrorDetails()
-
setReportPropagationErrorDetails
public void setReportPropagationErrorDetails(boolean reportPropagationErrorDetails)
-
-