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