Interface UserPushResultHandler
-
- All Superinterfaces:
SyncopePushResultHandler
,SyncopeResultHandler<PushTask,PushActions>
- All Known Implementing Classes:
DefaultUserPushResultHandler
,StreamUserPushResultHandler
public interface UserPushResultHandler extends SyncopePushResultHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handle(LinkedAccount account, Provision provision)
-
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopePushResultHandler
handle
-
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile
-
-
-
-
Method Detail
-
handle
boolean handle(LinkedAccount account, Provision provision)
-
-