Class AbstractRealmResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.AbstractRealmResultHandler<T,A>
-
- All Implemented Interfaces:
SyncopeResultHandler<T,A>
- Direct Known Subclasses:
DefaultRealmPullResultHandler
,DefaultRealmPushResultHandler
public abstract class AbstractRealmResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions> extends Object implements SyncopeResultHandler<T,A>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditManager
auditManager
Audit Manager.protected RealmDataBinder
binder
protected static Logger
LOG
protected NotificationManager
notificationManager
Notification Manager.protected ProvisioningProfile<T,A>
profile
Provisioning profile.protected PropagationManager
propagationManager
Propagation manager.protected RealmDAO
realmDAO
protected SecurityProperties
securityProperties
protected PropagationTaskExecutor
taskExecutor
Task executor.
-
Constructor Summary
Constructors Constructor Description AbstractRealmResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setProfile(ProvisioningProfile<T,A> profile)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
realmDAO
@Autowired protected RealmDAO realmDAO
-
binder
@Autowired protected RealmDataBinder binder
-
notificationManager
@Autowired protected NotificationManager notificationManager
Notification Manager.
-
auditManager
@Autowired protected AuditManager auditManager
Audit Manager.
-
propagationManager
@Autowired protected PropagationManager propagationManager
Propagation manager.
-
taskExecutor
@Autowired protected PropagationTaskExecutor taskExecutor
Task executor.
-
securityProperties
@Autowired protected SecurityProperties securityProperties
-
profile
protected ProvisioningProfile<T extends ProvisioningTask<?>,A extends ProvisioningActions> profile
Provisioning profile.
-
-
Method Detail
-
setProfile
public void setProfile(ProvisioningProfile<T,A> profile)
- Specified by:
setProfile
in interfaceSyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
-
-