Class AuthProfileRestClient

    • Constructor Detail

      • AuthProfileRestClient

        public AuthProfileRestClient()
    • Method Detail

      • count

        public int count()
      • list

        public List<org.apache.syncope.common.lib.to.AuthProfileTO> list​(int page,
                                                                         int size)
      • read

        public org.apache.syncope.common.lib.to.AuthProfileTO read​(String key)
      • create

        public void create​(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)
      • update

        public void update​(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)
      • delete

        public void delete​(String key)