Uses of Interface
org.apache.syncope.core.provisioning.api.notification.NotificationManager
-
-
Uses of NotificationManager in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type NotificationManager Modifier and Type Method Description NotifyFlowableWorkflowContext. notify(NotificationManager notificationManager) -
Uses of NotificationManager in org.apache.syncope.core.flowable.task
Fields in org.apache.syncope.core.flowable.task declared as NotificationManager Modifier and Type Field Description protected NotificationManagerNotify. notificationManagerConstructors in org.apache.syncope.core.flowable.task with parameters of type NotificationManager Constructor Description Notify(NotificationManager notificationManager) -
Uses of NotificationManager in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as NotificationManager Modifier and Type Field Description protected NotificationManagerLogicInvocationHandler. notificationManagerMethods in org.apache.syncope.core.logic with parameters of type NotificationManager Modifier and Type Method Description LogicInvocationHandlerIdRepoLogicContext. logicInvocationHandler(NotificationManager notificationManager, AuditManager auditManager)Constructors in org.apache.syncope.core.logic with parameters of type NotificationManager Constructor Description LogicInvocationHandler(NotificationManager notificationManager, AuditManager auditManager) -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return NotificationManager Modifier and Type Method Description NotificationManagerProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)Methods in org.apache.syncope.core.provisioning.java with parameters of type NotificationManager Modifier and Type Method Description NotificationJobDelegateProvisioningContext. notificationJobDelegate(TaskUtilsFactory taskUtilsFactory, TaskDAO taskDAO, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender)PropagationTaskExecutorProvisioningContext. propagationTaskExecutor(ThreadPoolTaskExecutor propagationTaskExecutorAsyncExecutor, TaskUtilsFactory taskUtilsFactory, AnyUtilsFactory anyUtilsFactory, ConnectorManager connectorManager, ConnObjectUtils connObjectUtils, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, NotificationManager notificationManager, AuditManager auditManager, TaskDataBinder taskDataBinder, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, ApplicationEventPublisher publisher) -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as NotificationManager Modifier and Type Field Description protected NotificationManagerAbstractSchedTaskJobDelegate. notificationManagerNotification manager. -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java.job.notification
Fields in org.apache.syncope.core.provisioning.java.job.notification declared as NotificationManager Modifier and Type Field Description protected NotificationManagerAbstractNotificationJobDelegate. notificationManagerConstructors in org.apache.syncope.core.provisioning.java.job.notification with parameters of type NotificationManager Constructor Description AbstractNotificationJobDelegate(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher)MailNotificationJobDelegate(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender) -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as NotificationManager Modifier and Type Field Description protected NotificationManagerAbstractReportJobDelegate. notificationManagerNotification manager. -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java.notification
Classes in org.apache.syncope.core.provisioning.java.notification that implement NotificationManager Modifier and Type Class Description classDefaultNotificationManager -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as NotificationManager Modifier and Type Field Description protected NotificationManagerAbstractPropagationTaskExecutor. notificationManager -
Uses of NotificationManager in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as NotificationManager Modifier and Type Field Description protected NotificationManagerAbstractPullResultHandler. notificationManagerprotected NotificationManagerAbstractPushResultHandler. notificationManagerNotification Manager.protected NotificationManagerAbstractRealmResultHandler. notificationManagerNotification Manager. -
Uses of NotificationManager in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as NotificationManager Modifier and Type Field Description protected NotificationManagerDefaultUserWorkflowAdapter. notificationManagerMethods in org.apache.syncope.core.workflow.java with parameters of type NotificationManager Modifier and Type Method Description UserWorkflowAdapterWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)Constructors in org.apache.syncope.core.workflow.java with parameters of type NotificationManager Constructor Description DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)
-