[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthen...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Oct 6 21:09:23 EDT 2013
Author: scantor
Date: Sun Oct 6 21:09:22 2013
New Revision: 4830
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4830&view=rev
Log:
Fix reference to AbstractIdPSession.
Modified:
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
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java?rev=4830&r1=4829&r2=4830&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractActiveAuthenticationResults.java Sun Oct 6 21:09:22 2013
@@ -27,7 +27,7 @@
import net.shibboleth.idp.authn.AuthenticationFlowDescriptor;
import net.shibboleth.idp.authn.AuthenticationResult;
import net.shibboleth.idp.authn.context.AuthenticationContext;
-import net.shibboleth.idp.session.AbstractIdPSession;
+import net.shibboleth.idp.session.IdPSession;
import net.shibboleth.idp.session.context.SessionContext;
import org.opensaml.profile.context.ProfileRequestContext;
@@ -50,7 +50,7 @@
private final Logger log = LoggerFactory.getLogger(ExtractActiveAuthenticationResults.class);
/** Session to copy results from. */
- private AbstractIdPSession session;
+ private IdPSession session;
/** {@inheritDoc} */
protected boolean doPreExecute(@Nonnull final ProfileRequestContext profileRequestContext,
More information about the commits
mailing list