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

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 21 00:30:35 EST 2014


Author: tzeller
Date: Fri Nov 21 00:30:34 2014
New Revision: 6983

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6983&view=rev
Log:
Interceptor action test.

Added:
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorageTest.java   (with props)
Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java?rev=6983&r1=6982&r2=6983&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/interceptor/impl/WriteProfileInterceptorResultToStorage.java Fri Nov 21 00:30:34 2014
@@ -38,9 +38,9 @@
 /**
  * An action that writes a {@link ProfileInterceptorResult} to a {@link StorageService}.
  * 
- * TODO details
+ * @event {@link EventIds#PROCEED_EVENT_ID}
+ * @event {@link EventIds#IO_ERROR}
  */
-// TODO tests
 public class WriteProfileInterceptorResultToStorage extends AbstractProfileInterceptorAction {
 
     /** Class logger. */
@@ -62,8 +62,6 @@
         if (!super.doPreExecute(profileRequestContext, interceptorContext)) {
             return false;
         }
-        
-        // TODO build some event when required data is missing ?
 
         results = interceptorContext.getResults();
         if (results.isEmpty()) {



More information about the commits mailing list