[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 27 14:28:56 EDT 2014


Author: scantor
Date: Thu Mar 27 14:28:56 2014
New Revision: 5652

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5652&view=rev
Log:
Missed check-in

Modified:
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java?rev=5652&r1=5651&r2=5652&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java Thu Mar 27 14:28:56 2014
@@ -25,8 +25,13 @@
 public final class SAMLConstants {
     
     /** Legacy Shibboleth format for transient IDs in SAML 1.x. */
-    @Nonnull @NotEmpty public static final String SAML1_NAMEID_TRANSIENT = "urn:mace:shibboleth:1.0:nameIdentifier";
+    @Nonnull @NotEmpty
+    public static final String SAML1_NAMEID_TRANSIENT = "urn:mace:shibboleth:1.0:nameIdentifier";
 
+    /** Legacy Shibboleth SAML 1.x AttributeNamespace for URI-named attributes. */
+    @Nonnull @NotEmpty
+    public static final String SAML1_ATTR_NAMESPACE_URI = "urn:mace:shibboleth:1.0:attributeNamespace:uri";
+    
     /** Constructor. */
     private SAMLConstants() {
 



More information about the commits mailing list