Class ProjectionCredentialsProcessor
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.credentials.ProjectionCredentialsProcessor
- All Implemented Interfaces:
ProjectorProcessor
Processor for projection credentials. Which at this moment means just the password.
- Author:
- Radovan Semancik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<F extends FocusType>
voidprocessProjectionCredentials
(LensContext<F> context, LensProjectionContext projectionContext, String activityDescription, XMLGregorianCalendar now, Task task, OperationResult result)
-
Constructor Details
-
ProjectionCredentialsProcessor
public ProjectionCredentialsProcessor()
-
-
Method Details
-
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
-