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
@ConfigurationProperties("console") public class ConsoleProperties extends CommonUIProperties
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConsoleProperties.Topology
-
Constructor Summary
Constructors Constructor Description ConsoleProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultAnyPanelClass()
Map<String,Class<? extends BasePage>>
getPage()
int
getRealmsFullTreeThreshold()
ConsoleProperties.Topology
getTopology()
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
-
-
-
-
Method Detail
-
getDefaultAnyPanelClass
public String getDefaultAnyPanelClass()
-
setDefaultAnyPanelClass
public void setDefaultAnyPanelClass(String defaultAnyPanelClass)
-
getRealmsFullTreeThreshold
public int getRealmsFullTreeThreshold()
-
setRealmsFullTreeThreshold
public void setRealmsFullTreeThreshold(int realmsFullTreeThreshold)
-
getTopology
public ConsoleProperties.Topology getTopology()
-
-