Class EventTransformer
java.lang.Object
com.atlassian.crowd.manager.application.EventTransformer
Helper class transforming list of
OperationEvent
in context of an Application
.-
Constructor Summary
ConstructorDescriptionEventTransformer
(DirectoryManager directoryManager, Application application) -
Method Summary
Modifier and TypeMethodDescriptiontransformEvents
(Iterable<OperationEvent> events) Transforms directory events in context of the application.
-
Constructor Details
-
EventTransformer
-
-
Method Details
-
transformEvents
public List<OperationEvent> transformEvents(Iterable<OperationEvent> events) throws OperationFailedException Transforms directory events in context of the application. For example:- deleting shadowed user is no-op in context of the application
- deleting canonical user that is shadowed is an update operation in context of the application
- Throws:
OperationFailedException
-