Class KafkaInboundActions
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.KafkaInboundActions
- All Implemented Interfaces:
InboundActions
,ProvisioningActions
-
Field Summary
Modifier and TypeFieldDescriptionThese are attributes added by the ConnId Kafka connector's livesync() implementation -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmoreAttrsToGet
(ProvisioningProfile<?, ?> profile, OrgUnit orgUnit) Return additional attributes to include in the result from the underlying connector.moreAttrsToGet
(ProvisioningProfile<?, ?> profile, Provision provision) Return additional attributes to include in the result from the underlying connector.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.InboundActions
after, beforeAssign, beforeAssign, beforeAssign, beforeDelete, beforeDeprovision, beforeLink, beforeProvision, beforeProvision, beforeProvision, beforeUnassign, beforeUnlink, beforeUpdate, onError, preprocess
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions
afterAll, beforeAll
-
Field Details
-
KAFKA_CONNECTOR_ATTRS
These are attributes added by the ConnId Kafka connector's livesync() implementation
-
-
Constructor Details
-
KafkaInboundActions
public KafkaInboundActions()
-
-
Method Details
-
moreAttrsToGet
Description copied from interface:InboundActions
Return additional attributes to include in the result from the underlying connector.- Specified by:
moreAttrsToGet
in interfaceInboundActions
- Parameters:
profile
- profile of the inbound being executed.provision
- Any provisioning information- Returns:
- additional attributes to include in the result from the underlying connector
-
moreAttrsToGet
Description copied from interface:InboundActions
Return additional attributes to include in the result from the underlying connector.- Specified by:
moreAttrsToGet
in interfaceInboundActions
- Parameters:
profile
- profile of the inbound being executed.orgUnit
- Realm provisioning information- Returns:
- additional attributes to include in the result from the underlying connector
-