Class GroupRestClient

    • Constructor Detail

      • GroupRestClient

        public GroupRestClient()
    • Method Detail

      • getAnyServiceClass

        protected Class<? extends org.apache.syncope.common.rest.api.service.AnyService<org.apache.syncope.common.lib.to.GroupTO>> getAnyServiceClass()
        Specified by:
        getAnyServiceClass in class AbstractAnyRestClient<org.apache.syncope.common.lib.to.GroupTO>
      • create

        public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.GroupTO> create​(org.apache.syncope.common.lib.request.GroupCR groupTO)
      • update

        public org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.GroupTO> update​(String etag,
                                                                                                                    org.apache.syncope.common.lib.request.GroupUR groupPatch)
      • searchAssignableGroups

        public static List<org.apache.syncope.common.lib.to.GroupTO> searchAssignableGroups​(String realm,
                                                                                            String term,
                                                                                            int page,
                                                                                            int size)