Search in sources :

Example 1 with ExtSourcesManager

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);
}
Also used : ExtSourcesManager(cz.metacentrum.perun.core.api.ExtSourcesManager)

Example 2 with ExtSourcesManager

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);
}
Also used : ExtSourcesManager(cz.metacentrum.perun.core.api.ExtSourcesManager)

Aggregations

ExtSourcesManager (cz.metacentrum.perun.core.api.ExtSourcesManager)2