Search in sources :

Example 1 with AnyObjectPullResultHandler

use of org.apache.syncope.core.provisioning.api.pushpull.AnyObjectPullResultHandler in project syncope by apache.

the class PullJobDelegate method buildAnyObjectHandler.

protected AnyObjectPullResultHandler buildAnyObjectHandler() {
    AnyObjectPullResultHandler handler = (AnyObjectPullResultHandler) ApplicationContextProvider.getBeanFactory().createBean(DefaultAnyObjectPullResultHandler.class, AbstractBeanDefinition.AUTOWIRE_BY_NAME, false);
    handler.setProfile(profile);
    handler.setPullExecutor(this);
    return handler;
}
Also used : AnyObjectPullResultHandler(org.apache.syncope.core.provisioning.api.pushpull.AnyObjectPullResultHandler)

Aggregations

AnyObjectPullResultHandler (org.apache.syncope.core.provisioning.api.pushpull.AnyObjectPullResultHandler)1