Class ADMembershipPullActions

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

public class ADMembershipPullActions extends LDAPMembershipPullActions
Simple action for pulling Active Directory groups memberships to Syncope group memberships, when the same resource is configured for both users and groups.
See Also:
  • Constructor Details

    • ADMembershipPullActions

      public ADMembershipPullActions()
  • Method Details

    • getGroupMembershipAttrName

      protected String getGroupMembershipAttrName(Connector connector)
      Allows easy subclassing for the ConnId AD connector bundle.
      Overrides:
      getGroupMembershipAttrName in class LDAPMembershipPullActions
      Parameters:
      connector - A Connector instance to query for the groupMemberAttribute property name
      Returns:
      the name of the attribute used to keep track of group memberships