Package com.evolveum.midpoint.common
Class ProfilingConfigurationManager
- java.lang.Object
-
- com.evolveum.midpoint.common.ProfilingConfigurationManager
-
public class ProfilingConfigurationManager extends Object
- Author:
- shood
-
-
Constructor Summary
Constructors Constructor Description ProfilingConfigurationManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggingConfigurationType
checkSystemProfilingConfiguration(PrismObject<SystemConfigurationType> systemConfigurationPrism)
In this method, we perform the check of systemConfiguration object, searching for any data related to profilingConfiguration
-
-
-
Method Detail
-
checkSystemProfilingConfiguration
public static LoggingConfigurationType checkSystemProfilingConfiguration(PrismObject<SystemConfigurationType> systemConfigurationPrism)
In this method, we perform the check of systemConfiguration object, searching for any data related to profilingConfiguration
-
-