Uses of Class
org.apache.syncope.common.lib.info.PlatformInfo
-
Packages that use PlatformInfo Package Description org.apache.syncope.client.console org.apache.syncope.client.enduser org.apache.syncope.client.lib org.apache.syncope.core.starter.actuate -
-
Uses of PlatformInfo in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as PlatformInfo Modifier and Type Field Description protected PlatformInfo
SyncopeConsoleSession. platformInfo
Methods in org.apache.syncope.client.console that return PlatformInfo Modifier and Type Method Description PlatformInfo
SyncopeConsoleSession. getPlatformInfo()
-
Uses of PlatformInfo in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser that return PlatformInfo Modifier and Type Method Description PlatformInfo
SyncopeEnduserSession. getPlatformInfo()
-
Uses of PlatformInfo in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return PlatformInfo Modifier and Type Method Description PlatformInfo
SyncopeAnonymousClient. platform()
-
Uses of PlatformInfo in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as PlatformInfo Modifier and Type Field Description protected static PlatformInfo
DefaultSyncopeCoreInfoContributor. PLATFORM_INFO
-