Class MembershipOperation

  • All Implemented Interfaces:
    org.apache.sling.servlets.post.PostOperation

    public class MembershipOperation
    extends Object
    implements org.apache.sling.servlets.post.PostOperation
    The MembersOperation will update the membership of a group.
    • Constructor Detail

      • MembershipOperation

        public MembershipOperation()
    • Method Detail

      • run

        public void run​(org.apache.sling.api.SlingHttpServletRequest request,
                        org.apache.sling.servlets.post.PostResponse response,
                        org.apache.sling.servlets.post.SlingPostProcessor[] processors)
        Specified by:
        run in interface org.apache.sling.servlets.post.PostOperation