[java-identity-provider COMMIT] in /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl:...

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 25 18:36:34 EDT 2014


Author: tzeller
Date: Thu Sep 25 18:36:34 2014
New Revision: 6577

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6577&view=rev
Log:
Move some profile interceptor classes to idp-profile-api.

Added:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/PopulateProfileInterceptorContext.java
      - copied, changed from r6572, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/PopulateProfileInterceptorContext.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java
      - copied, changed from r6572, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/SelectProfileInterceptorFlow.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java
      - copied, changed from r6575, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/WriteProfileInterceptorResultToStorage.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/package-info.java
      - copied, changed from r6572, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/package-info.java

Copied: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/PopulateProfileInterceptorContext.java (from r6572, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/PopulateProfileInterceptorContext.java)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/PopulateProfileInterceptorContext.java?p2=trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/PopulateProfileInterceptorContext.java&p1=trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/PopulateProfileInterceptorContext.java&r1=6572&r2=6577&rev=6577&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/PopulateProfileInterceptorContext.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/PopulateProfileInterceptorContext.java Thu Sep 25 18:36:34 2014
@@ -15,12 +15,15 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.profile.interceptor;
+package net.shibboleth.idp.profile.interceptor.impl;
 
 import java.util.Collection;
 
 import javax.annotation.Nonnull;
 
+import net.shibboleth.idp.profile.context.ProfileInterceptorContext;
+import net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction;
+import net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor;
 import net.shibboleth.utilities.java.support.annotation.constraint.NonnullElements;
 import net.shibboleth.utilities.java.support.component.ComponentSupport;
 import net.shibboleth.utilities.java.support.logic.Constraint;

Copied: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java (from r6572, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/SelectProfileInterceptorFlow.java)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java?p2=trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java&p1=trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/SelectProfileInterceptorFlow.java&r1=6572&r2=6577&rev=6577&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/SelectProfileInterceptorFlow.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/SelectProfileInterceptorFlow.java Thu Sep 25 18:36:34 2014
@@ -15,10 +15,14 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.profile.interceptor;
+package net.shibboleth.idp.profile.interceptor.impl;
 
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
+
+import net.shibboleth.idp.profile.context.ProfileInterceptorContext;
+import net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction;
+import net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor;
 
 import org.opensaml.profile.action.ActionSupport;
 import org.opensaml.profile.context.ProfileRequestContext;

Copied: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java (from r6575, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/WriteProfileInterceptorResultToStorage.java)

[... 36 lines stripped ...]


More information about the commits mailing list