[java-idp-testbed COMMIT] in /trunk/src/main/java/idp: AddBasicMessageMetadataContext.java BuildMockSaml2Response.jav...

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 10 15:42:45 EDT 2014


Author: scantor
Date: Mon Mar 10 15:42:45 2014
New Revision: 167

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=167&view=rev
Log:
Refactor SAML SSO flows, and implement SAML 2 flow modeled on SAML 1 flow for now.

Modified:
    trunk/src/main/java/idp/AddBasicMessageMetadataContext.java
    trunk/src/main/java/idp/BuildMockSaml2Response.java
    trunk/src/main/java/idp/LogSpringContextInfo.java

Modified: trunk/src/main/java/idp/BuildMockSaml2Response.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/idp/BuildMockSaml2Response.java?rev=167&r1=166&r2=167&view=diff
==============================================================================
--- trunk/src/main/java/idp/BuildMockSaml2Response.java (original)
+++ trunk/src/main/java/idp/BuildMockSaml2Response.java Mon Mar 10 15:42:45 2014
@@ -9,7 +9,6 @@
 
 import org.joda.time.DateTime;
 import org.opensaml.core.xml.XMLObjectBuilderFactory;
-import org.opensaml.messaging.context.MessageContext;
 import org.opensaml.profile.ProfileException;
 import org.opensaml.profile.action.EventIds;
 import org.opensaml.profile.context.ProfileRequestContext;
@@ -85,11 +84,6 @@
 		return response;
 	}
 	
-	private String getSpEntityId() {
-		//TODO get from config somewhere
-		return "https://sp.example.org";
-	}
-	
 	private String getIdpEntityId() {
 		//TODO get from config somewhere
 		return "https://idp.example.org";

Modified: trunk/src/main/java/idp/LogSpringContextInfo.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/idp/LogSpringContextInfo.java?rev=167&r1=166&r2=167&view=diff
==============================================================================
--- trunk/src/main/java/idp/LogSpringContextInfo.java (original)
+++ trunk/src/main/java/idp/LogSpringContextInfo.java Mon Mar 10 15:42:45 2014
@@ -12,7 +12,6 @@
 import org.springframework.beans.BeansException;
 import org.springframework.context.ApplicationContext;
 import org.springframework.context.ApplicationContextAware;
-import org.springframework.webflow.execution.Action;
 import org.springframework.webflow.execution.Event;
 import org.springframework.webflow.execution.RequestContext;
 



More information about the commits mailing list