[java-idp-testbed COMMIT] in /trunk/src/test/java/idp/c14n/actions: SetupForC14N.java SetupForResolver.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 20 12:41:00 EST 2014
Author: rdw
Date: Thu Feb 20 12:40:59 2014
New Revision: 151
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=151&view=rev
Log:
RelyingPartyContext moved while I wasn't paying attention
Modified:
trunk/src/test/java/idp/c14n/actions/SetupForC14N.java
trunk/src/test/java/idp/c14n/actions/SetupForResolver.java
Modified: trunk/src/test/java/idp/c14n/actions/SetupForC14N.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/actions/SetupForC14N.java?rev=151&r1=150&r2=151&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/actions/SetupForC14N.java (original)
+++ trunk/src/test/java/idp/c14n/actions/SetupForC14N.java Thu Feb 20 12:40:59 2014
@@ -23,7 +23,7 @@
import net.shibboleth.idp.attribute.context.AttributeContext;
import net.shibboleth.idp.authn.context.SubjectCanonicalizationContext;
import net.shibboleth.idp.profile.AbstractProfileAction;
-import net.shibboleth.idp.relyingparty.RelyingPartyContext;
+import net.shibboleth.idp.profile.context.RelyingPartyContext;
import net.shibboleth.idp.saml.authn.principal.NameIDPrincipal;
import org.opensaml.profile.ProfileException;
Modified: trunk/src/test/java/idp/c14n/actions/SetupForResolver.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/actions/SetupForResolver.java?rev=151&r1=150&r2=151&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/actions/SetupForResolver.java (original)
+++ trunk/src/test/java/idp/c14n/actions/SetupForResolver.java Thu Feb 20 12:40:59 2014
@@ -21,8 +21,8 @@
import net.shibboleth.idp.authn.context.SubjectContext;
import net.shibboleth.idp.profile.AbstractProfileAction;
+import net.shibboleth.idp.profile.context.RelyingPartyContext;
import net.shibboleth.idp.relyingparty.RelyingPartyConfiguration;
-import net.shibboleth.idp.relyingparty.RelyingPartyContext;
import org.opensaml.profile.ProfileException;
import org.opensaml.profile.context.ProfileRequestContext;
More information about the commits
mailing list