[java-identity-provider COMMIT] /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 3 22:43:14 EST 2014


Author: scantor
Date: Mon Mar  3 22:43:14 2014
New Revision: 5516

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5516&view=rev
Log:
Port over event from SAML class.

Modified:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java

Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java?rev=5516&r1=5515&r2=5516&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java Mon Mar  3 22:43:14 2014
@@ -61,6 +61,9 @@
      */
     public static final String UNABLE_FILTER_ATTRIBS = "UnableToFilterAttributes";
 
+    /** ID of the event returned if some attributes cannot be encoded. */
+    public static final String UNABLE_ENCODE_ATTRIBUTE = "UnableToEncodeAttribute";
+    
     /** Constructor. */
     private IdPEventIds() {
 



More information about the commits mailing list