[java-idp-testbed COMMIT] in /trunk/src: main/java/idp/PrepareOutboundMessageContext.java main/java/sp/Saml2Controlle...

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 6 12:37:02 EST 2014


Author: scantor
Date: Thu Feb  6 12:37:02 2014
New Revision: 142

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=142&view=rev
Log:
Rename xmlsec context package for consistency with other context types

Modified:
    trunk/src/main/java/idp/PrepareOutboundMessageContext.java
    trunk/src/main/java/sp/Saml2Controller.java
    trunk/src/test/java/idp/saml2/SAML2RedirectSSOFlowTest.java

Modified: trunk/src/main/java/idp/PrepareOutboundMessageContext.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/idp/PrepareOutboundMessageContext.java?rev=142&r1=141&r2=142&view=diff
==============================================================================
--- trunk/src/main/java/idp/PrepareOutboundMessageContext.java (original)
+++ trunk/src/main/java/idp/PrepareOutboundMessageContext.java Thu Feb  6 12:37:02 2014
@@ -19,8 +19,8 @@
 import org.opensaml.security.credential.Credential;
 import org.opensaml.xmlsec.SecurityConfiguration;
 import org.opensaml.xmlsec.SignatureSigningParameters;
+import org.opensaml.xmlsec.context.SecurityParametersContext;
 import org.opensaml.xmlsec.keyinfo.KeyInfoGenerator;
-import org.opensaml.xmlsec.messaging.SecurityParametersContext;
 import org.opensaml.xmlsec.signature.support.SignatureConstants;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Qualifier;

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=142&r1=141&r2=142&view=diff
==============================================================================
--- trunk/src/main/java/sp/Saml2Controller.java (original)
+++ trunk/src/main/java/sp/Saml2Controller.java Thu Feb  6 12:37:02 2014
@@ -33,7 +33,7 @@
 import org.opensaml.saml.saml2.metadata.SingleSignOnService;
 import org.opensaml.security.credential.Credential;
 import org.opensaml.xmlsec.SignatureSigningParameters;
-import org.opensaml.xmlsec.messaging.SecurityParametersContext;
+import org.opensaml.xmlsec.context.SecurityParametersContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;

Modified: trunk/src/test/java/idp/saml2/SAML2RedirectSSOFlowTest.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/saml2/SAML2RedirectSSOFlowTest.java?rev=142&r1=141&r2=142&view=diff
==============================================================================
--- trunk/src/test/java/idp/saml2/SAML2RedirectSSOFlowTest.java (original)
+++ trunk/src/test/java/idp/saml2/SAML2RedirectSSOFlowTest.java Thu Feb  6 12:37:02 2014
@@ -52,7 +52,7 @@
 import org.opensaml.saml.saml2.metadata.SingleSignOnService;
 import org.opensaml.security.credential.Credential;
 import org.opensaml.xmlsec.SignatureSigningParameters;
-import org.opensaml.xmlsec.messaging.SecurityParametersContext;
+import org.opensaml.xmlsec.context.SecurityParametersContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;



More information about the commits mailing list