Class AbstractRealmResultHandler<T extends org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask<?>,​A extends org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions>

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T,​A>
    Direct Known Subclasses:
    DefaultRealmPullResultHandler, DefaultRealmPushResultHandler

    public abstract class AbstractRealmResultHandler<T extends org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask<?>,​A extends org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions>
    extends Object
    implements org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T,​A>
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • realmDAO

        @Autowired
        protected org.apache.syncope.core.persistence.api.dao.RealmDAO realmDAO
      • binder

        @Autowired
        protected org.apache.syncope.core.provisioning.api.data.RealmDataBinder binder
      • notificationManager

        @Autowired
        protected org.apache.syncope.core.provisioning.api.notification.NotificationManager notificationManager
        Notification Manager.
      • auditManager

        @Autowired
        protected org.apache.syncope.core.provisioning.api.AuditManager auditManager
        Audit Manager.
      • propagationManager

        @Autowired
        protected org.apache.syncope.core.provisioning.api.propagation.PropagationManager propagationManager
        Propagation manager.
      • taskExecutor

        @Autowired
        protected org.apache.syncope.core.provisioning.api.propagation.PropagationTaskExecutor taskExecutor
        Task executor.
      • profile

        protected org.apache.syncope.core.provisioning.api.pushpull.ProvisioningProfile<T extends org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask<?>,​A extends org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions> profile
        Provisioning profile.
    • Constructor Detail

      • AbstractRealmResultHandler

        public AbstractRealmResultHandler()
    • Method Detail

      • setProfile

        public void setProfile​(org.apache.syncope.core.provisioning.api.pushpull.ProvisioningProfile<T,​A> profile)
        Specified by:
        setProfile in interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T extends org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask<?>,​A extends org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions>