Class IdMatchCorrelatorFactory
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelatorFactory
-
- All Implemented Interfaces:
CorrelatorFactory<com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelator,IdMatchCorrelatorType>
@Component public class IdMatchCorrelatorFactory extends Object implements CorrelatorFactory<com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelator,IdMatchCorrelatorType>
Factory forIdMatchCorrelatorinstances.
-
-
Constructor Summary
Constructors Constructor Description IdMatchCorrelatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Class<IdMatchCorrelatorType>getConfigurationBeanType()Returns the type of configuration bean supported by this factory.@NotNull com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelatorinstantiate(@NotNull CorrelatorContext<IdMatchCorrelatorType> correlatorContext, @NotNull Task task, @NotNull OperationResult result)Instantiates correlator of given type with provided configuration.voidregister()voidsetServiceOverride(IdMatchService serviceOverride)
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
getConfigurationBeanType
@NotNull public @NotNull Class<IdMatchCorrelatorType> getConfigurationBeanType()
Description copied from interface:CorrelatorFactoryReturns the type of configuration bean supported by this factory.- Specified by:
getConfigurationBeanTypein interfaceCorrelatorFactory<com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelator,IdMatchCorrelatorType>
-
instantiate
@NotNull public @NotNull com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelator instantiate(@NotNull @NotNull CorrelatorContext<IdMatchCorrelatorType> correlatorContext, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) throws ConfigurationExceptionDescription copied from interface:CorrelatorFactoryInstantiates correlator of given type with provided configuration.- Specified by:
instantiatein interfaceCorrelatorFactory<com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelator,IdMatchCorrelatorType>- Throws:
ConfigurationException
-
setServiceOverride
public void setServiceOverride(IdMatchService serviceOverride)
-
-