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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPage()
boolean
boolean
boolean
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
-
Constructor Details
-
EnduserProperties
public EnduserProperties()
-
-
Method Details
-
getSidebar
-
setSidebar
-
getCustomFormLayout
-
setCustomFormLayout
-
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) -
getPage
-