use of edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService in project airavata by apache.
the class CredentialStoreCallbackServlet method loadEnvironment.
@Override
public void loadEnvironment() throws IOException {
environment = getConfigurationLoader().load();
oa4mpService = new OA4MPService((ClientEnvironment) environment);
}
use of edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService in project airavata by apache.
the class CredentialStoreStartServlet method loadEnvironment.
@Override
public void loadEnvironment() throws IOException {
environment = getConfigurationLoader().load();
oa4mpService = new OA4MPService((ClientEnvironment) environment);
}
Aggregations