Class ADMembershipPullActions

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions, org.apache.syncope.core.provisioning.api.pushpull.PullActions

    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:
    LDAPMembershipPropagationActions
    • Constructor Detail

      • ADMembershipPullActions

        public ADMembershipPullActions()
    • Method Detail

      • getGroupMembershipAttrName

        protected String getGroupMembershipAttrName​(org.apache.syncope.core.provisioning.api.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