Class ConsoleProperties
java.lang.Object
org.apache.syncope.common.lib.SyncopeProperties
org.apache.syncope.client.ui.commons.CommonUIProperties
org.apache.syncope.client.console.ConsoleProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPage()
int
void
setDefaultAnyPanelClass
(String defaultAnyPanelClass) void
setRealmsFullTreeThreshold
(int realmsFullTreeThreshold) 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
-
ConsoleProperties
public ConsoleProperties()
-
-
Method Details
-
getPage
-
getDefaultAnyPanelClass
-
setDefaultAnyPanelClass
-
getRealmsFullTreeThreshold
public int getRealmsFullTreeThreshold() -
setRealmsFullTreeThreshold
public void setRealmsFullTreeThreshold(int realmsFullTreeThreshold)
-