Class ImplementationRestClient

    • Constructor Detail

      • ImplementationRestClient

        public ImplementationRestClient()
    • Method Detail

      • list

        public static List<org.apache.syncope.common.lib.to.ImplementationTO> list​(String type)
      • read

        public static org.apache.syncope.common.lib.to.ImplementationTO read​(String type,
                                                                             String key)
      • create

        public static void create​(org.apache.syncope.common.lib.to.ImplementationTO implementation)
      • update

        public static void update​(org.apache.syncope.common.lib.to.ImplementationTO implementation)
      • delete

        public static void delete​(String type,
                                  String key)