Uses of Interface
org.apache.syncope.core.provisioning.api.pushpull.SyncopePushResultHandler
-
-
Uses of SyncopePushResultHandler in org.apache.syncope.core.provisioning.api.pushpull
Subinterfaces of SyncopePushResultHandler in org.apache.syncope.core.provisioning.api.pushpull Modifier and Type Interface Description interface
AnyObjectPushResultHandler
interface
GroupPushResultHandler
interface
RealmPushResultHandler
interface
UserPushResultHandler
-
Uses of SyncopePushResultHandler in org.apache.syncope.core.provisioning.java.pushpull
Classes in org.apache.syncope.core.provisioning.java.pushpull that implement SyncopePushResultHandler Modifier and Type Class Description class
AbstractPushResultHandler
class
DefaultAnyObjectPushResultHandler
class
DefaultGroupPushResultHandler
class
DefaultRealmPushResultHandler
class
DefaultUserPushResultHandler
-
Uses of SyncopePushResultHandler in org.apache.syncope.core.provisioning.java.pushpull.stream
Classes in org.apache.syncope.core.provisioning.java.pushpull.stream that implement SyncopePushResultHandler Modifier and Type Class Description class
StreamAnyObjectPushResultHandler
class
StreamGroupPushResultHandler
class
StreamUserPushResultHandler
-