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 IdentityItemConfiguration
getForPath(@NotNull ItemPath path)
@NotNull Collection<IdentityItemConfiguration>
getItems()
static @NotNull IdentityManagementConfiguration
of(@Nullable ObjectTemplateType objectTemplate)
String
toString()
-
-
-
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:
getItems
in interfaceIdentityManagementConfiguration
-
getForPath
@Nullable public @Nullable IdentityItemConfiguration getForPath(@NotNull @NotNull ItemPath path)
- Specified by:
getForPath
in interfaceIdentityManagementConfiguration
-
-