Uses of Class
org.apache.syncope.common.lib.info.SystemInfo
-
Packages that use SystemInfo Package Description org.apache.syncope.client.console org.apache.syncope.client.console.widgets org.apache.syncope.client.lib org.apache.syncope.core.starter.actuate -
-
Uses of SystemInfo in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as SystemInfo Modifier and Type Field Description protected SystemInfo
SyncopeConsoleSession. systemInfo
Methods in org.apache.syncope.client.console that return SystemInfo Modifier and Type Method Description SystemInfo
SyncopeConsoleSession. getSystemInfo()
-
Uses of SystemInfo in org.apache.syncope.client.console.widgets
Methods in org.apache.syncope.client.console.widgets with parameters of type SystemInfo Modifier and Type Method Description void
LoadWidget. refresh(SystemInfo systeminfo)
Constructors in org.apache.syncope.client.console.widgets with parameters of type SystemInfo Constructor Description LoadWidget(String id, SystemInfo systeminfo)
-
Uses of SystemInfo in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return SystemInfo Modifier and Type Method Description SystemInfo
SyncopeAnonymousClient. system()
-
Uses of SystemInfo in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as SystemInfo Modifier and Type Field Description protected static SystemInfo
DefaultSyncopeCoreInfoContributor. SYSTEM_INFO
-