Class BaseRestClient

    • Field Detail

      • LOG

        protected static final org.slf4j.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)
      • toOrderBy

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