From 336c72ab142953a0da14843a5389e44b6bddcff8 Mon Sep 17 00:00:00 2001 From: Rena Tsantouli Date: Wed, 12 Sep 2012 13:08:27 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@58220 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../framework/core/cache/factories/ApplicationCredentials.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/application/framework/core/cache/factories/ApplicationCredentials.java b/src/main/java/org/gcube/application/framework/core/cache/factories/ApplicationCredentials.java index e29ae5c..d9c25c0 100644 --- a/src/main/java/org/gcube/application/framework/core/cache/factories/ApplicationCredentials.java +++ b/src/main/java/org/gcube/application/framework/core/cache/factories/ApplicationCredentials.java @@ -6,10 +6,10 @@ import org.gcube.application.framework.core.security.PortalSecurityManager; import org.gcube.application.framework.core.security.VOMSAdminManager; import org.gcube.application.framework.core.util.UserCredential; import org.gcube.common.core.scope.GCUBEScope; -import org.gcube.common.core.security.utils.VOMSAttributesReader; import org.gcube.common.core.utils.logging.GCUBELog; import org.gcube.vomanagement.vomsapi.VOMSAdmin; import org.gcube.vomanagement.vomsapi.impl.VOMSAPIFactory; +import org.gcube.vomanagement.vomsapi.util.VOMSAttributesReader; import org.glite.wsdl.services.org_glite_security_voms.User; import org.gridforum.jgss.ExtendedGSSCredential;