git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@11499 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c8a1afb8e2
commit
33170d16b8
|
@ -23,9 +23,9 @@ public class UserCredential {
|
||||||
try {
|
try {
|
||||||
String sharedDir = Settings.getInstance().getProperty("sharedDir");
|
String sharedDir = Settings.getInstance().getProperty("sharedDir");
|
||||||
System.out.println("file " + sharedDir + "/vomsAPI.properties exists: "+ new File(sharedDir + "/vomsAPI.properties").exists());
|
System.out.println("file " + sharedDir + "/vomsAPI.properties exists: "+ new File(sharedDir + "/vomsAPI.properties").exists());
|
||||||
man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties");
|
// man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties");
|
||||||
// VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties");
|
VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties");
|
||||||
// man = new CredentialsManagerImpl(vomsAdm);
|
man = new CredentialsManagerImpl(vomsAdm);
|
||||||
} catch (Exception e1) {
|
} catch (Exception e1) {
|
||||||
e1.printStackTrace();
|
e1.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue