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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable IdentityItemConfigurationgetForPath(@NotNull ItemPath path)@NotNull Collection<IdentityItemConfiguration>getItems()static @NotNull IdentityManagementConfigurationof(@Nullable ObjectTemplateType objectTemplate)StringtoString()
-
-
-
Method Detail
-
of
@NotNull public static @NotNull IdentityManagementConfiguration of(@Nullable @Nullable ObjectTemplateType objectTemplate) throws ConfigurationException
- Throws:
ConfigurationException
-
getItems
@NotNull public @NotNull Collection<IdentityItemConfiguration> getItems()
- Specified by:
getItemsin interfaceIdentityManagementConfiguration
-
getForPath
@Nullable public @Nullable IdentityItemConfiguration getForPath(@NotNull @NotNull ItemPath path)
- Specified by:
getForPathin interfaceIdentityManagementConfiguration
-
-