Interface SyncopePushResultHandler
-
- All Superinterfaces:
SyncopeResultHandler<PushTask,PushActions>
- All Known Subinterfaces:
AnyObjectPushResultHandler
,GroupPushResultHandler
,RealmPushResultHandler
,UserPushResultHandler
- All Known Implementing Classes:
AbstractPushResultHandler
,DefaultAnyObjectPushResultHandler
,DefaultGroupPushResultHandler
,DefaultRealmPushResultHandler
,DefaultUserPushResultHandler
,StreamAnyObjectPushResultHandler
,StreamGroupPushResultHandler
,StreamUserPushResultHandler
public interface SyncopePushResultHandler extends SyncopeResultHandler<PushTask,PushActions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handle(String anyKey)
-
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile
-
-
-
-
Method Detail
-
handle
boolean handle(String anyKey)
-
-