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

    Modifier and Type
    Method
    Description
    boolean
    handle(String anyKey)
     

    Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler

    setProfile, stop
  • Method Details

    • handle

      boolean handle(String anyKey)