[java-opensaml COMMIT] /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java

noreply at shibboleth.net noreply at shibboleth.net
Mon May 26 00:07:05 EDT 2014


Author: scantor
Date: Mon May 26 00:07:04 2014
New Revision: 3895

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3895&view=rev
Log:
IDP-234 - Draft implementation of external authn flow, also rename of conversation variable for PRC.

Modified:
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java

Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java?rev=3895&r1=3894&r2=3895&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java Mon May 26 00:07:04 2014
@@ -37,7 +37,7 @@
         InOutOperationContext<InboundMessageType, OutboundMessageType> {
 
     /** ID under which this context is stored, for example, within maps or sessions. */
-    public static final String BINDING_KEY = ProfileRequestContext.class.getName();
+    public static final String BINDING_KEY = "opensamlProfileRequestContext";
 
     /** Profile ID if not overridden. */
     public static final String ANONYMOUS_PROFILE_ID = "anonymous";



More information about the commits mailing list