Class KafkaInboundActions

java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.KafkaInboundActions
All Implemented Interfaces:
InboundActions, ProvisioningActions

public class KafkaInboundActions extends Object implements InboundActions
  • Field Details

    • KAFKA_CONNECTOR_ATTRS

      protected static final Set<String> KAFKA_CONNECTOR_ATTRS
      These are attributes added by the ConnId Kafka connector's livesync() implementation
  • Constructor Details

    • KafkaInboundActions

      public KafkaInboundActions()
  • Method Details

    • moreAttrsToGet

      public Set<String> moreAttrsToGet(ProvisioningProfile<?,?> profile, Provision provision)
      Description copied from interface: InboundActions
      Return additional attributes to include in the result from the underlying connector.
      Specified by:
      moreAttrsToGet in interface InboundActions
      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

      public Set<String> moreAttrsToGet(ProvisioningProfile<?,?> profile, OrgUnit orgUnit)
      Description copied from interface: InboundActions
      Return additional attributes to include in the result from the underlying connector.
      Specified by:
      moreAttrsToGet in interface InboundActions
      Parameters:
      profile - profile of the inbound being executed.
      orgUnit - Realm provisioning information
      Returns:
      additional attributes to include in the result from the underlying connector