Class BaseRestClient

    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Constructor Detail

      • BaseRestClient

        public BaseRestClient()
    • Method Detail

      • getSyncopeService

        public static org.apache.syncope.common.rest.api.service.SyncopeService getSyncopeService()
      • getService

        protected static <T> T getService​(Class<T> serviceClass)
      • getService

        protected static <T> T getService​(String etag,
                                          Class<T> serviceClass)
      • resetClient

        protected static <T> void resetClient​(Class<T> serviceClass)
      • toOrderBy

        public static String toOrderBy​(org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort)
      • getObject

        protected static <E extends org.apache.syncope.common.rest.api.service.JAXRSService,​T> T getObject​(E service,
                                                                                                                 URI location,
                                                                                                                 Class<T> resultClass)
      • getStatus

        protected static String getStatus​(int httpStatus)