[java-idp-testbed COMMIT] /trunk/src/main/java/sp/Saml2Controller.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 2 14:53:21 EDT 2014


Author: tzeller
Date: Mon Jun  2 14:53:21 2014
New Revision: 250

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=250&view=rev
Log:
Cleanup unused fields.

Modified:
    trunk/src/main/java/sp/Saml2Controller.java

Modified: trunk/src/main/java/sp/Saml2Controller.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/sp/Saml2Controller.java?rev=250&r1=249&r2=250&view=diff
==============================================================================
--- trunk/src/main/java/sp/Saml2Controller.java (original)
+++ trunk/src/main/java/sp/Saml2Controller.java Mon Jun  2 14:53:21 2014
@@ -8,13 +8,9 @@
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
 import net.shibboleth.utilities.java.support.net.UrlBuilder;
 import net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy;
-import net.shibboleth.utilities.java.support.xml.ParserPool;
 import net.shibboleth.utilities.java.support.xml.SerializeSupport;
 
-import org.apache.velocity.app.VelocityEngine;
 import org.joda.time.DateTime;
-import org.opensaml.core.xml.XMLObjectBuilderFactory;
-import org.opensaml.core.xml.io.MarshallerFactory;
 import org.opensaml.messaging.context.MessageContext;
 import org.opensaml.messaging.encoder.MessageEncodingException;
 import org.opensaml.saml.common.SAMLObject;
@@ -52,20 +48,8 @@
 	private Logger log = LoggerFactory.getLogger(Saml2Controller.class);
 	
 	@Autowired
-	private XMLObjectBuilderFactory builderFactory;
-	
-	@Autowired
-	private MarshallerFactory marshallerFactory;
-	
-	@Autowired
 	@Qualifier("testbed.IdGenerator")
 	private IdentifierGenerationStrategy idGenerator;
-	
-	@Autowired
-	private VelocityEngine velocityEngine;
-	
-	@Autowired
-	private ParserPool parserPool;
 	
 	@Autowired
 	@Qualifier("sp.Credential")



More information about the commits mailing list