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
Modifier and TypeMethodDescription@Nullable IdentityItemConfiguration
getForPath
(@NotNull ItemPath path) @NotNull Collection<IdentityItemConfiguration>
getItems()
static @NotNull IdentityManagementConfiguration
of
(@Nullable ObjectTemplateType objectTemplate) toString()
-
Method Details
-
of
@NotNull public static @NotNull IdentityManagementConfiguration of(@Nullable @Nullable ObjectTemplateType objectTemplate) throws ConfigurationException - Throws:
ConfigurationException
-
getItems
- Specified by:
getItems
in interfaceIdentityManagementConfiguration
-
getForPath
- Specified by:
getForPath
in interfaceIdentityManagementConfiguration
-
toString
-