Class SyncopeRestClient

java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.SyncopeRestClient
All Implemented Interfaces:
Serializable, RestClient

public class SyncopeRestClient extends BaseRestClient
See Also:
  • Constructor Details

    • SyncopeRestClient

      public SyncopeRestClient()
  • Method Details

    • exportInternalStorageContent

      public Response exportInternalStorageContent(int tableThreshold)
    • searchAssignableGroups

      public List<GroupTO> searchAssignableGroups(String realm, String term, int page, int size)