Uses of Interface
com.evolveum.midpoint.model.impl.lens.projector.ProjectorProcessor
Packages that use ProjectorProcessor
Package
Description
-
Uses of ProjectorProcessor in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ProjectorProcessorModifier and TypeMethodDescriptionbooleanClockworkMedic.partialExecute(String componentName, @Nullable ProjectorProcessor processor, ProjectionAwareProcessorMethodRef method, Supplier<PartialProcessingTypeType> optionSupplier, Class<?> executingClass, LensContext<?> context, LensProjectionContext projectionContext, String activityDescription, XMLGregorianCalendar now, Task task, OperationResult parentResult) booleanClockworkMedic.partialExecute(String componentName, ProjectorProcessor processor, ProcessorMethodRef method, Supplier<PartialProcessingTypeType> optionSupplier, Class<?> executingClass, LensContext<?> context, @NotNull String activityDescription, XMLGregorianCalendar now, Task task, OperationResult parentResult) booleanClockworkMedic.partialExecute(String componentName, ProjectorProcessor processor, SimplifiedProcessorMethodRef method, Supplier<PartialProcessingTypeType> optionSupplier, Class<?> executingClass, LensContext<?> context, XMLGregorianCalendar now, Task task, OperationResult parentResult) -
Uses of ProjectorProcessor in com.evolveum.midpoint.model.impl.lens.projector
Classes in com.evolveum.midpoint.model.impl.lens.projector that implement ProjectorProcessorModifier and TypeClassDescriptionclassThe processor that takes care of user activation mapping to an account (outbound direction).classProcessor that determines values of account attributes.classProcessor that reconciles the computed account and the real account. -
Uses of ProjectorProcessor in com.evolveum.midpoint.model.impl.lens.projector.credentials
Classes in com.evolveum.midpoint.model.impl.lens.projector.credentials that implement ProjectorProcessorModifier and TypeClassDescriptionclassProcessor for focus credentials.classProcessor for projection credentials. -
Uses of ProjectorProcessor in com.evolveum.midpoint.model.impl.lens.projector.focus
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus that implement ProjectorProcessorModifier and TypeClassDescriptionclassHandles everything about AssignmentHolder-typed focus: inbounds (for FocusType), activation before object template (for FocusType), object template before assignments, activation after object template (for FocusType), assignments (including processing orgs, membership/delegate refs, conflicts), focus lifecycle, object template after assignments, activation after second object template (for FocusType), credentials (for FocusType), focus policy rules. All of this is executed with regard to iteration.classAssignment processor is recomputing user assignments.classclassclassProcessor that takes changes from accounts and synchronization deltas and updates user attributes if necessary (by creating secondary user object deltaObjectDelta).classProcessor to handle object template. -
Uses of ProjectorProcessor in com.evolveum.midpoint.model.impl.lens.projector.loader
Classes in com.evolveum.midpoint.model.impl.lens.projector.loader that implement ProjectorProcessorModifier and TypeClassDescriptionclassContext loader loads the missing parts of the context. -
Uses of ProjectorProcessor in com.evolveum.midpoint.model.impl.lens.projector.policy
Classes in com.evolveum.midpoint.model.impl.lens.projector.policy that implement ProjectorProcessorModifier and TypeClassDescriptionclassA facade for various actions related to handling of policy rules: evaluation, enforcement, and so on.