use of cz.metacentrum.perun.core.api.ExtSourcesManager in project perun by CESNET.
the class VosManagerEntryIntegrationTest method addExtSourceDelegate.
private void addExtSourceDelegate(final Vo createdVo) throws Exception {
ExtSourcesManager esme = perun.getExtSourcesManager();
esme.addExtSource(sess, createdVo, es);
}
use of cz.metacentrum.perun.core.api.ExtSourcesManager in project perun by CESNET.
the class VosManagerEntryIntegrationTest method removeExtSourceDelegate.
private void removeExtSourceDelegate(Vo createdVo) throws Exception {
ExtSourcesManager esme = perun.getExtSourcesManager();
esme.removeExtSource(sess, createdVo, es);
}
Aggregations