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

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 14 16:10:31 EDT 2013


Author: scantor
Date: Mon Oct 14 16:10:31 2013
New Revision: 4858

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4858&view=rev
Log:
Move session-related action to session-impl.

Added:
    trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/ExtractActiveAuthenticationResults.java
      - copied, changed from r4849, trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java
Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java
    trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml

Modified: trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml?rev=4858&r1=4857&r2=4858&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml Mon Oct 14 16:10:31 2013
@@ -27,7 +27,7 @@
         p:httpServletRequest-ref="shibboleth.HttpServletRequest"
         p:sessionResolver-ref="shibboleth.SessionManager" />
     
-    <bean id="ExtractActiveAuthenticationResults" class="net.shibboleth.idp.authn.impl.ExtractActiveAuthenticationResults" scope="prototype" />
+    <bean id="ExtractActiveAuthenticationResults" class="net.shibboleth.idp.session.impl.ExtractActiveAuthenticationResults" scope="prototype" />
 
     <bean id="FilterFlowsByForcedAuthn" class="net.shibboleth.idp.authn.impl.FilterFlowsByForcedAuthn" scope="prototype" />
 

Copied: trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/ExtractActiveAuthenticationResults.java (from r4849, trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/ExtractActiveAuthenticationResults.java?p2=trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/ExtractActiveAuthenticationResults.java&p1=trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java&r1=4849&r2=4858&rev=4858&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java (original)
+++ trunk/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/ExtractActiveAuthenticationResults.java Mon Oct 14 16:10:31 2013
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.authn.impl;
+package net.shibboleth.idp.session.impl;
 
 import java.util.ArrayList;
 import java.util.List;



More information about the commits mailing list