Interface SyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
-
- All Known Subinterfaces:
AnyObjectPullResultHandler,AnyObjectPushResultHandler,GroupPullResultHandler,GroupPushResultHandler,RealmPullResultHandler,RealmPushResultHandler,SyncopePullResultHandler,SyncopePushResultHandler,UserPullResultHandler,UserPushResultHandler
- All Known Implementing Classes:
AbstractPullResultHandler,AbstractPushResultHandler,AbstractRealmResultHandler,AbstractSyncopeResultHandler,DefaultAnyObjectPullResultHandler,DefaultAnyObjectPushResultHandler,DefaultGroupPullResultHandler,DefaultGroupPushResultHandler,DefaultRealmPullResultHandler,DefaultRealmPushResultHandler,DefaultUserPullResultHandler,DefaultUserPushResultHandler,StreamAnyObjectPushResultHandler,StreamGroupPushResultHandler,StreamUserPushResultHandler
public interface SyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetProfile(ProvisioningProfile<T,A> profile)
-
-
-
Method Detail
-
setProfile
void setProfile(ProvisioningProfile<T,A> profile)
-
-