Class IdentityManagementConfigurationImpl
java.lang.Object
com.evolveum.midpoint.model.impl.lens.identities.IdentityManagementConfigurationImpl
- All Implemented Interfaces:
- IdentityManagementConfiguration
public class IdentityManagementConfigurationImpl
extends Object
implements IdentityManagementConfiguration
Wraps all the configuration related to management of `identities` container, correlation, and so on.
 PRELIMINARY VERSION - e.g. no support for object template inclusion, etc
- 
Method SummaryModifier and TypeMethodDescription@Nullable IdentityItemConfigurationgetForPath(@NotNull ItemPath path) @NotNull Collection<IdentityItemConfiguration>getItems()static @NotNull IdentityManagementConfigurationof(@Nullable ObjectTemplateType objectTemplate) toString()
- 
Method Details- 
of@NotNull public static @NotNull IdentityManagementConfiguration of(@Nullable @Nullable ObjectTemplateType objectTemplate) throws ConfigurationException - Throws:
- ConfigurationException
 
- 
getItems- Specified by:
- getItemsin interface- IdentityManagementConfiguration
 
- 
getForPath- Specified by:
- getForPathin interface- IdentityManagementConfiguration
 
- 
toString
 
-