Class AttrRepoRestClient

    • Constructor Detail

      • AttrRepoRestClient

        public AttrRepoRestClient()
    • Method Detail

      • list

        public List<org.apache.syncope.common.lib.to.AttrRepoTO> list()
      • create

        public void create​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
      • read

        public org.apache.syncope.common.lib.to.AttrRepoTO read​(String key)
      • update

        public void update​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
      • delete

        public void delete​(String key)