public abstract class AbstractRealmResultHandler<T extends ProvisioningTask,A extends ProvisioningActions> extends Object implements SyncopeResultHandler<T,A>
Modifier and Type | Field and Description |
---|---|
protected AuditManager |
auditManager
Audit Manager.
|
protected RealmDataBinder |
binder |
protected static org.slf4j.Logger |
LOG |
protected NotificationManager |
notificationManager
Notification Manager.
|
protected ProvisioningProfile<T,A> |
profile
Provisioning profile.
|
protected PropagationManager |
propagationManager
Propagation manager.
|
protected RealmDAO |
realmDAO |
protected PropagationTaskExecutor |
taskExecutor
Task executor.
|
Constructor and Description |
---|
AbstractRealmResultHandler() |
Modifier and Type | Method and Description |
---|---|
ProvisioningProfile<T,A> |
getProfile() |
void |
setProfile(ProvisioningProfile<T,A> profile) |
protected static final org.slf4j.Logger LOG
@Autowired protected RealmDAO realmDAO
@Autowired protected RealmDataBinder binder
@Autowired protected NotificationManager notificationManager
@Autowired protected AuditManager auditManager
@Autowired protected PropagationManager propagationManager
@Autowired protected PropagationTaskExecutor taskExecutor
protected ProvisioningProfile<T extends ProvisioningTask,A extends ProvisioningActions> profile
public void setProfile(ProvisioningProfile<T,A> profile)
setProfile
in interface SyncopeResultHandler<T extends ProvisioningTask,A extends ProvisioningActions>
public ProvisioningProfile<T,A> getProfile()
getProfile
in interface SyncopeResultHandler<T extends ProvisioningTask,A extends ProvisioningActions>
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.