Class IdentitiesManager
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.identities.IdentitiesManager
-
@Component public class IdentitiesManager extends Object
PRELIMINARY/LIMITED IMPLEMENTATION
-
-
Constructor Summary
Constructors Constructor Description IdentitiesManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityManagementConfiguration
createIdentityConfiguration(ObjectTemplateType objectTemplate)
@NotNull Collection<PrismValue>
selectIdentityItemValue(@Nullable Collection<FocusIdentityType> identities, @Nullable FocusIdentitySourceType source, @NotNull ItemPath itemPath)
-
-
-
Method Detail
-
selectIdentityItemValue
@NotNull public @NotNull Collection<PrismValue> selectIdentityItemValue(@Nullable @Nullable Collection<FocusIdentityType> identities, @Nullable @Nullable FocusIdentitySourceType source, @NotNull @NotNull ItemPath itemPath)
-
createIdentityConfiguration
public static IdentityManagementConfiguration createIdentityConfiguration(ObjectTemplateType objectTemplate) throws ConfigurationException
- Throws:
ConfigurationException
-
-