Class ProjectionCredentialsProcessor
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.credentials.ProjectionCredentialsProcessor
-
- All Implemented Interfaces:
ProjectorProcessor
@Component public class ProjectionCredentialsProcessor extends Object implements ProjectorProcessor
Processor for projection credentials. Which at this moment means just the password.- Author:
- Radovan Semancik
-
-
Constructor Summary
Constructors Constructor Description ProjectionCredentialsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <F extends FocusType>
voidprocessProjectionCredentials(LensContext<F> context, LensProjectionContext projectionContext, String activityDescription, XMLGregorianCalendar now, Task task, OperationResult result)
-
-
-
Method Detail
-
processProjectionCredentials
public <F extends FocusType> void processProjectionCredentials(LensContext<F> context, LensProjectionContext projectionContext, String activityDescription, XMLGregorianCalendar now, Task task, OperationResult result) throws ExpressionEvaluationException, ObjectNotFoundException, SchemaException, PolicyViolationException, CommunicationException, ConfigurationException, SecurityViolationException
-
-