Class AuthModuleRestClient

    • Constructor Detail

      • AuthModuleRestClient

        public AuthModuleRestClient()
    • Method Detail

      • list

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

        public void create​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)
      • read

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

        public void update​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)
      • delete

        public void delete​(String key)