BUG-6858: adapt to ise api, wire harvestAll to template-provider
[groupbasedpolicy.git] / sxp-integration / sxp-ise-adapter / src / main / java / org / opendaylight / groupbasedpolicy / sxp_ise_adapter / impl / GbpIseSgtHarvester.java
index 9cecd622e7a7b1795038b3374b39558b06b55be3..617da2b5a9acba7a4b4b017372d402b94f542927 100644 (file)
@@ -22,10 +22,4 @@ public interface GbpIseSgtHarvester {
      * @return retrieved and stored sgts
      */
     ListenableFuture<Collection<SgtInfo>> harvestAll(@Nonnull IseContext iseContext);
-
-    /**
-     * @param iseContext user given ise info
-     * @return retrieved and stored sgts
-     */
-    ListenableFuture<Collection<SgtInfo>> update(@Nonnull IseContext iseContext);
 }