Rena Tsantouli 2009-04-23 09:09:09 +00:00
parent c8a1afb8e2
commit 33170d16b8
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ public class UserCredential {
try {
String sharedDir = Settings.getInstance().getProperty("sharedDir");
System.out.println("file " + sharedDir + "/vomsAPI.properties exists: "+ new File(sharedDir + "/vomsAPI.properties").exists());
man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties");
// VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties");
// man = new CredentialsManagerImpl(vomsAdm);
// man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties");
VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties");
man = new CredentialsManagerImpl(vomsAdm);
} catch (Exception e1) {
e1.printStackTrace();
}