Class TestNotificationRecipientsProvider
java.lang.Object
org.apache.syncope.fit.core.reference.TestNotificationRecipientsProvider
- All Implemented Interfaces:
RecipientsProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprovideRecipients
(Notification notification, Any<?> any, Map<String, Object> jexlVars)
-
Constructor Details
-
TestNotificationRecipientsProvider
public TestNotificationRecipientsProvider()
-
-
Method Details
-
provideRecipients
@Transactional(readOnly=true) public Set<String> provideRecipients(Notification notification, Any<?> any, Map<String, Object> jexlVars) - Specified by:
provideRecipients
in interfaceRecipientsProvider
-