Class BaseRestClient

    • Field Detail

      • LOG

        protected static final Logger LOG
    • Constructor Detail

      • BaseRestClient

        public BaseRestClient()
    • Method Detail

      • getSyncopeService

        public static 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)
      • getObject

        protected static <E extends JAXRSService,​T> T getObject​(E service,
                                                                      URI location,
                                                                      Class<T> resultClass)
      • getStatus

        protected static String getStatus​(int httpStatus)