Search in sources :

Example 1 with OA4MPService

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);
}
Also used : ClientEnvironment(edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment) OA4MPService(edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService)

Example 2 with OA4MPService

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);
}
Also used : ClientEnvironment(edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment) OA4MPService(edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService)

Aggregations

ClientEnvironment (edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment)2 OA4MPService (edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService)2